From 7c62da1269e8910a210ba1917d4dc62d186d5606 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 6 Oct 2016 09:40:35 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/mkinfit.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/reference/mkinfit.html') diff --git a/docs/reference/mkinfit.html b/docs/reference/mkinfit.html index d1441f8b..14c1b364 100644 --- a/docs/reference/mkinfit.html +++ b/docs/reference/mkinfit.html @@ -363,15 +363,15 @@ fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) summary(fit)
#> mkin version: 0.9.44.9000 #> R version: 3.3.1 -#> Date of fit: Thu Oct 6 09:17:59 2016 -#> Date of summary: Thu Oct 6 09:17:59 2016 +#> Date of fit: Thu Oct 6 09:39:14 2016 +#> Date of summary: Thu Oct 6 09:39:14 2016 #> #> Equations: #> d_parent = - (alpha/beta) * 1/((time/beta) + 1) * parent #> #> Model predictions using solution type analytical #> -#> Fitted with method Port using 64 model solutions performed in 0.153 s +#> Fitted with method Port using 64 model solutions performed in 0.16 s #> #> Weighting: none #> @@ -441,7 +441,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 -#> 1.252 1.176 0.914 +#> 1.204 1.224 0.917 #>
coef(fit)
#> parent_0 log_k_parent_sink log_k_parent_m1 log_k_m1_sink #> 99.59848 -3.03822 -2.98030 -5.24750 #>
endpoints(fit)
#> $ff -- cgit v1.2.1