From ad42e8870803335a549784888ddda80e4662f441 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Feb 2019 15:16:14 +0100 Subject: Static documentation rebuilt by pkgdown --- docs/reference/transform_odeparms.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/reference/transform_odeparms.html') diff --git a/docs/reference/transform_odeparms.html b/docs/reference/transform_odeparms.html index 3dbacbe8..088ea9d0 100644 --- a/docs/reference/transform_odeparms.html +++ b/docs/reference/transform_odeparms.html @@ -71,7 +71,7 @@ The transformation of sets of formation fractions is fragile, as it supposes mkin - 0.9.47.6 + 0.9.48.1 @@ -200,10 +200,10 @@ The transformation of sets of formation fractions is fragile, as it supposes parent = list(type = "SFO", to = "m1", sink = TRUE), m1 = list(type = "SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
# Fit the model to the FOCUS example dataset D using defaults fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) -summary(fit, data=FALSE) # See transformed and backtransformed parameters
#> mkin version used for fitting: 0.9.47.6 +summary(fit, data=FALSE) # See transformed and backtransformed parameters
#> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Thu Feb 21 14:58:19 2019 -#> Date of summary: Thu Feb 21 14:58:19 2019 +#> Date of fit: Thu Feb 21 15:13:29 2019 +#> Date of summary: Thu Feb 21 15:13:29 2019 #> #> Equations: #> d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent @@ -211,7 +211,7 @@ The transformation of sets of formation fractions is fragile, as it supposes #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 153 model solutions performed in 0.765 s +#> Fitted with method Port using 153 model solutions performed in 0.84 s #> #> Weighting: none #> @@ -276,10 +276,10 @@ The transformation of sets of formation fractions is fragile, as it supposes #> parent 7.023 23.33 #> m1 131.761 437.70
fit.2 <- mkinfit(SFO_SFO, FOCUS_2006_D, transform_rates = FALSE, quiet = TRUE) -summary(fit.2, data=FALSE)
#> mkin version used for fitting: 0.9.47.6 +summary(fit.2, data=FALSE)
#> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Thu Feb 21 14:58:21 2019 -#> Date of summary: Thu Feb 21 14:58:21 2019 +#> Date of fit: Thu Feb 21 15:13:30 2019 +#> Date of summary: Thu Feb 21 15:13:30 2019 #> #> Equations: #> d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent @@ -287,7 +287,7 @@ The transformation of sets of formation fractions is fragile, as it supposes #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 350 model solutions performed in 1.58 s +#> Fitted with method Port using 350 model solutions performed in 1.631 s #> #> Weighting: none #> @@ -364,10 +364,10 @@ The transformation of sets of formation fractions is fragile, as it supposes m1 = list(type = "SFO"), use_of_ff = "max")
#> Successfully compiled differential equation model from auto-generated C code.
fit.ff <- mkinfit(SFO_SFO.ff, FOCUS_2006_D, quiet = TRUE) -summary(fit.ff, data = FALSE)
#> mkin version used for fitting: 0.9.47.6 +summary(fit.ff, data = FALSE)
#> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Thu Feb 21 14:58:22 2019 -#> Date of summary: Thu Feb 21 14:58:22 2019 +#> Date of fit: Thu Feb 21 15:13:32 2019 +#> Date of summary: Thu Feb 21 15:13:32 2019 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -375,7 +375,7 @@ The transformation of sets of formation fractions is fragile, as it supposes #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 186 model solutions performed in 0.872 s +#> Fitted with method Port using 186 model solutions performed in 0.852 s #> #> Weighting: none #> @@ -448,10 +448,10 @@ The transformation of sets of formation fractions is fragile, as it supposes use_of_ff = "max")
#> Successfully compiled differential equation model from auto-generated C code.
fit.ff.2 <- mkinfit(SFO_SFO.ff.2, FOCUS_2006_D, quiet = TRUE) -summary(fit.ff.2, data = FALSE)
#> mkin version used for fitting: 0.9.47.6 +summary(fit.ff.2, data = FALSE)
#> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Thu Feb 21 14:58:23 2019 -#> Date of summary: Thu Feb 21 14:58:23 2019 +#> Date of fit: Thu Feb 21 15:13:32 2019 +#> Date of summary: Thu Feb 21 15:13:32 2019 #> #> Equations: #> d_parent/dt = - k_parent * parent -- cgit v1.2.1