From 524a8bba89b95840b4e9215c403947a8bb76d7b2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 30 Nov 2020 16:05:10 +0100 Subject: Complete rebuild of static docs of dev version --- docs/dev/reference/mkinfit.html | 30 +++++++++++++++--------------- 1 file changed, 15 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 f5a913b2..73c09c1f 100644 --- a/docs/dev/reference/mkinfit.html +++ b/docs/dev/reference/mkinfit.html @@ -432,15 +432,15 @@ Degradation Data. Environments 6(12) 124 summary(fit)
#> mkin version used for fitting: 0.9.50.4 #> R version used for fitting: 4.0.3 -#> Date of fit: Thu Nov 19 14:49:38 2020 -#> Date of summary: Thu Nov 19 14:49:38 2020 +#> Date of fit: Mon Nov 30 15:48:34 2020 +#> Date of summary: Mon Nov 30 15:48:34 2020 #> #> 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.046 s #> #> Error model: Constant variance #> @@ -515,9 +515,9 @@ Degradation Data. Environments 6(12) 124 FOCUS_D <- subset(FOCUS_2006_D, value != 0) # Use mkinsub for convenience in model formulation. Pathway to sink included per default. SFO_SFO <- mkinmod( - parent = mkinsub("SFO", "m1"), - m1 = mkinsub("SFO")) -
#> Successfully compiled differential equation model from auto-generated C code.
+ parent = mkinsub("SFO", "m1"), + m1 = mkinsub("SFO")) +
#> Temporary DLL for differentials generated and loaded
# Fit the model quietly to the FOCUS example dataset D using defaults fit <- mkinfit(SFO_SFO, FOCUS_D, quiet = TRUE) plot_sep(fit) @@ -574,16 +574,16 @@ Degradation Data. Environments 6(12) 124 solution_type = "analytical")) }
#> test relative elapsed -#> 3 analytical 1.000 0.534 -#> 1 deSolve_compiled 1.908 1.019 -#> 2 eigen 2.238 1.195
# } +#> 3 analytical 1.000 0.532 +#> 1 deSolve_compiled 1.831 0.974 +#> 2 eigen 2.235 1.189
# } # Use stepwise fitting, using optimised parameters from parent only fit, FOMC-SFO # \dontrun{ FOMC_SFO <- mkinmod( - parent = mkinsub("FOMC", "m1"), - m1 = mkinsub("SFO")) -
#> Successfully compiled differential equation model from auto-generated C code.
fit.FOMC_SFO <- mkinfit(FOMC_SFO, FOCUS_D, quiet = TRUE) + parent = mkinsub("FOMC", "m1"), + m1 = mkinsub("SFO")) +
#> Temporary DLL for differentials generated and loaded
fit.FOMC_SFO <- mkinfit(FOMC_SFO, FOCUS_D, quiet = TRUE) # Again, we get a warning and try a more sophisticated error model fit.FOMC_SFO.tc <- mkinfit(FOMC_SFO, FOCUS_D, quiet = TRUE, error_model = "tc")
#> Warning: Optimisation did not converge: @@ -600,8 +600,8 @@ Degradation Data. Environments 6(12) 124 summary(fit.FOMC_SFO.tc, data = FALSE)
#> Warning: NaNs produced
#> Warning: NaNs produced
#> Warning: NaNs produced
#> Warning: diag(.) had 0 or NA entries; non-finite result is doubtful
#> mkin version used for fitting: 0.9.50.4 #> R version used for fitting: 4.0.3 -#> Date of fit: Thu Nov 19 14:49:49 2020 -#> Date of summary: Thu Nov 19 14:49:49 2020 +#> Date of fit: Mon Nov 30 15:48:45 2020 +#> Date of summary: Mon Nov 30 15:48:45 2020 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent @@ -610,7 +610,7 @@ Degradation Data. Environments 6(12) 124 #> #> Model predictions using solution type deSolve #> -#> Fitted using 4273 model solutions performed in 3.1 s +#> Fitted using 4273 model solutions performed in 3.191 s #> #> Error model: Two-component variance function #> -- cgit v1.2.1