From 2a521ab0a4b7d981a2042353e2c60b8a877489b8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 16 Sep 2022 10:51:48 +0200 Subject: Improve docs and update pkgdown --- docs/dev/reference/mkinfit.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/dev/reference/mkinfit.html') diff --git a/docs/dev/reference/mkinfit.html b/docs/dev/reference/mkinfit.html index a00a0458..bcc86ded 100644 --- a/docs/dev/reference/mkinfit.html +++ b/docs/dev/reference/mkinfit.html @@ -380,8 +380,8 @@ Degradation Data. Environments 6(12) 124 summary(fit) #> mkin version used for fitting: 1.1.2 #> R version used for fitting: 4.2.1 -#> Date of fit: Wed Aug 10 15:24:16 2022 -#> Date of summary: Wed Aug 10 15:24:16 2022 +#> Date of fit: Fri Sep 16 10:29:10 2022 +#> Date of summary: Fri Sep 16 10:29:10 2022 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent @@ -528,10 +528,11 @@ Degradation Data. Environments 6(12) 124 analytical = mkinfit(SFO_SFO, FOCUS_D, quiet = TRUE, error_model = "tc", solution_type = "analytical")) } +#> Loading required package: rbenchmark #> test relative elapsed -#> 3 analytical 1.000 0.605 -#> 1 deSolve_compiled 1.448 0.876 -#> 2 eigen 2.479 1.500 +#> 3 analytical 1.000 0.577 +#> 1 deSolve_compiled 1.537 0.887 +#> 2 eigen 2.551 1.472 # } # Use stepwise fitting, using optimised parameters from parent only fit, FOMC-SFO @@ -560,8 +561,8 @@ Degradation Data. Environments 6(12) 124 #> 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: Wed Aug 10 15:24:27 2022 -#> Date of summary: Wed Aug 10 15:24:27 2022 +#> Date of fit: Fri Sep 16 10:29:21 2022 +#> Date of summary: Fri Sep 16 10:29:21 2022 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent @@ -570,7 +571,7 @@ Degradation Data. Environments 6(12) 124 #> #> Model predictions using solution type deSolve #> -#> Fitted using 3729 model solutions performed in 2.475 s +#> Fitted using 3729 model solutions performed in 2.48 s #> #> Error model: Two-component variance function #> -- cgit v1.2.1