From 6ea7bc3614b9a303f7c38dd63b9f80b8d0ebd95e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 21 Mar 2018 18:16:52 +0100 Subject: Static documentation rebuilt by pkgdown --- docs/reference/mkinfit.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/reference/mkinfit.html') diff --git a/docs/reference/mkinfit.html b/docs/reference/mkinfit.html index 991df1cc..8ac8295f 100644 --- a/docs/reference/mkinfit.html +++ b/docs/reference/mkinfit.html @@ -413,16 +413,16 @@
# Use shorthand notation for parent only degradation fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) summary(fit)
#> mkin version used for fitting: 0.9.47.1 -#> R version used for fitting: 3.4.3 -#> Date of fit: Sun Mar 11 22:10:32 2018 -#> Date of summary: Sun Mar 11 22:10:32 2018 +#> R version used for fitting: 3.4.4 +#> Date of fit: Wed Mar 21 18:14:33 2018 +#> Date of summary: Wed Mar 21 18:14:33 2018 #> #> Equations: #> d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent #> #> Model predictions using solution type analytical #> -#> Fitted with method Port using 64 model solutions performed in 0.135 s +#> Fitted with method Port using 64 model solutions performed in 0.14 s #> #> Weighting: none #> @@ -491,7 +491,7 @@ m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
# Fit the model to the FOCUS example dataset D using defaults print(system.time(fit <- mkinfit(SFO_SFO, FOCUS_2006_D, solution_type = "eigen", quiet = TRUE)))
#> user system elapsed -#> 0.829 0.000 0.829
coef(fit)
#> parent_0 log_k_parent_sink log_k_parent_m1 log_k_m1_sink +#> 0.834 0.000 0.835
coef(fit)
#> parent_0 log_k_parent_sink log_k_parent_m1 log_k_m1_sink #> 99.59848 -3.03822 -2.98030 -5.24750
#> $ff #> parent_sink parent_m1 m1_sink #> 0.485524 0.514476 1.000000 -- cgit v1.2.1