From 630e657f1794ea441afc9ff10663309fec5e847e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Nov 2022 14:16:21 +0100 Subject: Update online docs --- docs/dev/reference/mkinfit.html | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'docs/dev/reference/mkinfit.html') diff --git a/docs/dev/reference/mkinfit.html b/docs/dev/reference/mkinfit.html index bcc86ded..17da44cb 100644 --- a/docs/dev/reference/mkinfit.html +++ b/docs/dev/reference/mkinfit.html @@ -25,7 +25,7 @@ likelihood function."> mkin - 1.1.2 + 1.2.0 @@ -52,11 +52,14 @@ likelihood function.">Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
  • - Example evaluation of FOCUS Example Dataset Z + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -378,17 +381,17 @@ Degradation Data. Environments 6(12) 124 # Use shorthand notation for parent only degradation fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) summary(fit) -#> mkin version used for fitting: 1.1.2 -#> R version used for fitting: 4.2.1 -#> Date of fit: Fri Sep 16 10:29:10 2022 -#> Date of summary: Fri Sep 16 10:29:10 2022 +#> mkin version used for fitting: 1.2.0 +#> R version used for fitting: 4.2.2 +#> Date of fit: Tue Nov 1 14:09:26 2022 +#> Date of summary: Tue Nov 1 14:09:26 2022 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent #> #> Model predictions using solution type analytical #> -#> Fitted using 222 model solutions performed in 0.045 s +#> Fitted using 222 model solutions performed in 0.049 s #> #> Error model: Constant variance #> @@ -530,9 +533,9 @@ Degradation Data. Environments 6(12) 124 } #> Loading required package: rbenchmark #> test relative elapsed -#> 3 analytical 1.000 0.577 -#> 1 deSolve_compiled 1.537 0.887 -#> 2 eigen 2.551 1.472 +#> 3 analytical 1.000 0.559 +#> 1 deSolve_compiled 1.556 0.870 +#> 2 eigen 2.603 1.455 # } # Use stepwise fitting, using optimised parameters from parent only fit, FOMC-SFO @@ -559,10 +562,10 @@ Degradation Data. Environments 6(12) 124 #> Warning: NaNs produced #> Warning: NaNs produced #> Warning: diag(.) had 0 or NA entries; non-finite result is doubtful -#> mkin version used for fitting: 1.1.2 -#> R version used for fitting: 4.2.1 -#> Date of fit: Fri Sep 16 10:29:21 2022 -#> Date of summary: Fri Sep 16 10:29:21 2022 +#> mkin version used for fitting: 1.2.0 +#> R version used for fitting: 4.2.2 +#> Date of fit: Tue Nov 1 14:09:37 2022 +#> Date of summary: Tue Nov 1 14:09:37 2022 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent @@ -571,7 +574,7 @@ Degradation Data. Environments 6(12) 124 #> #> Model predictions using solution type deSolve #> -#> Fitted using 3729 model solutions performed in 2.48 s +#> Fitted using 3729 model solutions performed in 2.43 s #> #> Error model: Two-component variance function #> -- cgit v1.2.1