diff options
Diffstat (limited to 'man/nlme.mmkin.Rd')
-rw-r--r-- | man/nlme.mmkin.Rd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/nlme.mmkin.Rd b/man/nlme.mmkin.Rd index ed58d603..ed19c0d3 100644 --- a/man/nlme.mmkin.Rd +++ b/man/nlme.mmkin.Rd @@ -92,12 +92,11 @@ methods that will automatically work on 'nlme.mmkin' objects, such as \examples{ ds <- lapply(experimental_data_for_UBA_2019[6:10], function(x) subset(x$data[c("name", "time", "value")], name == "parent")) -f <- mmkin(c("SFO", "DFOP"), ds, quiet = TRUE, cores = 1) -library(nlme) -f_nlme_sfo <- nlme(f["SFO", ]) \dontrun{ - + f <- mmkin(c("SFO", "DFOP"), ds, quiet = TRUE, cores = 1) + library(nlme) + f_nlme_sfo <- nlme(f["SFO", ]) f_nlme_dfop <- nlme(f["DFOP", ]) anova(f_nlme_sfo, f_nlme_dfop) print(f_nlme_dfop) |