From 34ec60f1b140d788880d84b70cb62b344f7d74b9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 16 Apr 2023 13:42:23 +0200 Subject: Complete rebuild of static docs --- docs/dev/reference/saem.html | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'docs/dev/reference/saem.html') diff --git a/docs/dev/reference/saem.html b/docs/dev/reference/saem.html index 66e5478a..9b9a911d 100644 --- a/docs/dev/reference/saem.html +++ b/docs/dev/reference/saem.html @@ -160,10 +160,7 @@ Expectation Maximisation algorithm (SAEM).

... ) -saemix_data(object, covariates = NULL, verbose = FALSE, ...) - -# S3 method for saem.mmkin -parms(object, ci = FALSE, ...) +saemix_data(object, covariates = NULL, verbose = FALSE, ...)
@@ -274,11 +271,6 @@ and the end of the optimisation process?

digits

Number of digits to use for printing

- -
ci
-

Should a matrix with estimates and confidence interval boundaries -be returned? If FALSE (default), a vector of estimates is returned.

-

Value

@@ -448,9 +440,9 @@ using mmkin.

summary(f_saem_dfop_sfo, data = TRUE) #> saemix version used for fitting: 3.2 #> mkin version used for pre-fitting: 1.2.3 -#> R version used for fitting: 4.2.2 -#> Date of fit: Fri Feb 17 22:22:33 2023 -#> Date of summary: Fri Feb 17 22:22:33 2023 +#> R version used for fitting: 4.2.3 +#> Date of fit: Sun Apr 16 08:32:32 2023 +#> Date of summary: Sun Apr 16 08:32:32 2023 #> #> Equations: #> d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 * @@ -465,7 +457,7 @@ using mmkin.

#> #> Model predictions using solution type analytical #> -#> Fitted in 4.212 s +#> Fitted in 4.145 s #> Using 300, 100 iterations and 10 chains #> #> Variance model: Constant variance @@ -747,7 +739,7 @@ using mmkin.

#> #> In above message, R1 = 91 #> -#> Error in deSolve::lsoda(y = odeini, times = outtimes, func = x$symbols, : +#> Error in deSolve::lsoda(y = odeini, times = outtimes, func = lsoda_func, : #> illegal input detected before taking any integration steps - see written message #anova( -- cgit v1.2.1