aboutsummaryrefslogtreecommitdiff
path: root/man/nlme.mmkin.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/nlme.mmkin.Rd')
-rw-r--r--man/nlme.mmkin.Rd11
1 files changed, 8 insertions, 3 deletions
diff --git a/man/nlme.mmkin.Rd b/man/nlme.mmkin.Rd
index 5f937488..1fecb5dd 100644
--- a/man/nlme.mmkin.Rd
+++ b/man/nlme.mmkin.Rd
@@ -54,11 +54,13 @@ parameters taken from the mmkin object are used}
\item{verbose}{passed to nlme}
}
\value{
-Upon success, a fitted nlme.mmkin object, which is
- an nlme object with additional elements
+Upon success, a fitted nlme.mmkin object, which is an nlme object
+ with additional elements
}
\description{
-Create an nlme model for an mmkin row object
+This functions sets up a nonlinear mixed effects model for an mmkin row
+object. An mmkin row object is essentially a list of mkinfit objects that
+have been obtained by fitting the same model to a list of datasets.
}
\examples{
ds <- lapply(experimental_data_for_UBA_2019[6:10],
@@ -70,3 +72,6 @@ nlme(f, random = parent_0 ~ 1)
f_nlme <- nlme(f, start = c(parent_0 = 100, log_k_parent_sink = 0.1))
update(f_nlme, random = parent_0 ~ 1)
}
+\seealso{
+\code{\link{nlme_function}}
+}

Contact - Imprint