From c6a1733974334b4e97a27170c60e481dc9e9f35d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Dec 2020 15:39:43 +0100 Subject: Update static docs --- docs/dev/reference/plot.mixed.mmkin.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/dev/reference/plot.mixed.mmkin.html') diff --git a/docs/dev/reference/plot.mixed.mmkin.html b/docs/dev/reference/plot.mixed.mmkin.html index 492e289c..90ba9184 100644 --- a/docs/dev/reference/plot.mixed.mmkin.html +++ b/docs/dev/reference/plot.mixed.mmkin.html @@ -174,7 +174,7 @@ x -

An object of class saem.mmkin or nlme.mmkin

+

An object of class mixed.mmkin, saem.mmkin or nlme.mmkin

i @@ -273,14 +273,14 @@ corresponding model prediction lines for the different datasets.

# For this fit we need to increase pnlsMaxiter, and we increase the # tolerance in order to speed up the fit for this example evaluation f_nlme <- nlme(f, control = list(pnlsMaxIter = 120, tolerance = 1e-3)) -
#> Warning: Iteration 1, LME step: nlminb() did not converge (code = 1). Do increase 'msMaxIter'!
#> Warning: Iteration 2, LME step: nlminb() did not converge (code = 1). Do increase 'msMaxIter'!
plot(f_nlme) +plot(f_nlme)
f_saem <- saem(f)
#> Running main SAEM algorithm -#> [1] "Mon Nov 30 15:52:45 2020" +#> [1] "Fri Dec 11 15:37:36 2020" #> .... #> Minimisation finished -#> [1] "Mon Nov 30 15:52:54 2020"
plot(f_saem) +#> [1] "Fri Dec 11 15:37:45 2020"
plot(f_saem)
# }
-- cgit v1.2.1