aboutsummaryrefslogtreecommitdiff
path: root/R/nlme.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-26 14:23:04 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-26 14:23:04 +0100
commitb81cd4b32c8411637f31164cc696a471b1074baa (patch)
tree6da1066ff09111710a32ec98f3f156f532e3db4b /R/nlme.R
parent9bfc85d605ae54623f63b7e3cdb36f5ac64876c1 (diff)
Put the legend in its own area for plot.nlme.mmkin
Diffstat (limited to 'R/nlme.R')
-rw-r--r--R/nlme.R6
1 files changed, 5 insertions, 1 deletions
diff --git a/R/nlme.R b/R/nlme.R
index 20987064..e2184ae1 100644
--- a/R/nlme.R
+++ b/R/nlme.R
@@ -48,8 +48,12 @@
#' 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)
#'
#' @return A function that can be used with nlme
#' @export

Contact - Imprint