aboutsummaryrefslogtreecommitdiff
path: root/man/nlme.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/nlme.Rd')
-rw-r--r--man/nlme.Rd6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/nlme.Rd b/man/nlme.Rd
index 2ee2a20c..df721a0f 100644
--- a/man/nlme.Rd
+++ b/man/nlme.Rd
@@ -72,8 +72,12 @@ m_nlme <- nlme(value ~ nlme_f(name, time, parent_0, log_k_parent_sink),
start = mean_dp)
summary(m_nlme)
plot(augPred(m_nlme, level = 0:1), layout = c(3, 1))
-# augPred does not seem to work on fits with more than one state
+# augPred does not work on fits with more than one state
# variable
+#
+# The procedure is greatly simplified by the nlme.mmkin function
+f_nlme <- nlme(f)
+plot(f_nlme)
}
\seealso{

Contact - Imprint