From 2409369d3a665f2b8e0b7333f4c2286a61614179 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 23:54:08 +0200 Subject: Complete pkgdown conf, rerun with current master branch --- docs/reference/mkinfit.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'docs/reference/mkinfit.html') diff --git a/docs/reference/mkinfit.html b/docs/reference/mkinfit.html index 3c9bd05c..6bfb9352 100644 --- a/docs/reference/mkinfit.html +++ b/docs/reference/mkinfit.html @@ -50,20 +50,18 @@ @@ -361,15 +359,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: Wed Oct 26 23:16:49 2016 -#> Date of summary: Wed Oct 26 23:16:49 2016 +#> Date of fit: Wed Oct 26 23:50:42 2016 +#> Date of summary: Wed Oct 26 23:50:42 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.148 s +#> Fitted with method Port using 64 model solutions performed in 0.168 s #> #> Weighting: none #> @@ -439,7 +437,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.224 1.196 0.913 +#> 1.272 1.204 0.943 #>
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