diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-15 01:27:02 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-15 01:51:55 +0200 |
commit | 082be7baa35d7e8131a70ca8cc061d90e08fa584 (patch) | |
tree | 29774198fae54ac13f2a0c2d2fb385a5fc44ab92 /man/nlme.mmkin.Rd | |
parent | 26085403289e29259e500282e8e88a5ab00c07a0 (diff) |
A plot method for nlme.mmkin fits
Diffstat (limited to 'man/nlme.mmkin.Rd')
-rw-r--r-- | man/nlme.mmkin.Rd | 11 |
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}} +} |