From 137612045c23198f10d6e8612c32e266c2a6c00e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 29 Jul 2021 12:17:56 +0200 Subject: Go back to 1.0.x version, update docs --- docs/dev/reference/summary.saem.mmkin.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/dev/reference/summary.saem.mmkin.html') diff --git a/docs/dev/reference/summary.saem.mmkin.html b/docs/dev/reference/summary.saem.mmkin.html index fdfdaf4b..aeb08d12 100644 --- a/docs/dev/reference/summary.saem.mmkin.html +++ b/docs/dev/reference/summary.saem.mmkin.html @@ -260,15 +260,15 @@ saemix authors for the parts inherited from saemix.

quiet = TRUE, error_model = "tc", cores = 5) f_saem_dfop_sfo <- saem(f_mmkin_dfop_sfo)
#> Running main SAEM algorithm -#> [1] "Fri Jun 11 10:58:28 2021" +#> [1] "Thu Jul 29 12:15:32 2021" #> .... #> Minimisation finished -#> [1] "Fri Jun 11 10:58:40 2021"
summary(f_saem_dfop_sfo, data = TRUE) +#> [1] "Thu Jul 29 12:15:44 2021"
summary(f_saem_dfop_sfo, data = TRUE)
#> saemix version used for fitting: 3.1.9000 #> mkin version used for pre-fitting: 1.0.5 #> R version used for fitting: 4.1.0 -#> Date of fit: Fri Jun 11 10:58:41 2021 -#> Date of summary: Fri Jun 11 10:58:41 2021 +#> Date of fit: Thu Jul 29 12:15:45 2021 +#> Date of summary: Thu Jul 29 12:15:45 2021 #> #> Equations: #> d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 * @@ -283,7 +283,7 @@ saemix authors for the parts inherited from saemix.

#> #> Model predictions using solution type analytical #> -#> Fitted in 12.75 s using 300, 100 iterations +#> Fitted in 13.372 s using 300, 100 iterations #> #> Variance model: Two-component variance function #> -- cgit v1.2.1