From ff83d8b2ba623513d92ac90fac4a1b0ec98c2cb5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 5 Oct 2021 17:33:52 +0200 Subject: Update docs --- docs/dev/reference/plot.mixed.mmkin.html | 10 +++------- 1 file changed, 3 insertions(+), 7 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 9f0eb965..69345b2f 100644 --- a/docs/dev/reference/plot.mixed.mmkin.html +++ b/docs/dev/reference/plot.mixed.mmkin.html @@ -295,12 +295,8 @@ corresponding model prediction lines for the different datasets.

plot(f_nlme)
f_saem <- saem(f, transformations = "saemix") -
#> Running main SAEM algorithm -#> [1] "Thu Sep 16 14:34:31 2021" -#> .... -#> Minimisation finished -#> [1] "Thu Sep 16 14:34:38 2021"
plot(f_saem) -
+
#> Error in saem(f, transformations = "saemix"): unused argument (transformations = "saemix")
plot(f_saem) +
#> Error in plot(f_saem): object 'f_saem' not found
f_obs <- mmkin(list("DFOP-SFO" = dfop_sfo), ds, quiet = TRUE, error_model = "obs") f_nlmix <- nlmix(f_obs)
#> Error in nlmix(f_obs): could not find function "nlmix"
plot(f_nlmix) @@ -311,7 +307,7 @@ corresponding model prediction lines for the different datasets.

c(parent = f_nlme$bparms.optim[[1]], A1 = 0), seq(0, 180, by = 0.2)) plot(f_saem, pred_over = list(nlme = pred_nlme)) -
# } +
#> Error in plot(f_saem, pred_over = list(nlme = pred_nlme)): object 'f_saem' not found
# }