From 98d684becd9495d370e1bcc8f9c7ca758caa4dd8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2016 22:58:28 +0100 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/transform_odeparms.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/reference/transform_odeparms.html') diff --git a/docs/reference/transform_odeparms.html b/docs/reference/transform_odeparms.html index f455951d..00af0267 100644 --- a/docs/reference/transform_odeparms.html +++ b/docs/reference/transform_odeparms.html @@ -81,7 +81,7 @@ -

The transformations are intended to map parameters that should only take +

The transformations are intended to map parameters that should only take on restricted values to the full scale of real numbers. For kinetic rate constants and other paramters that can only take on positive values, a simple log transformation is used. For compositional parameters, such as @@ -112,15 +112,15 @@

The kinetic model of class mkinmod, containing the names of the model variables that are needed for grouping the formation fractions - before ilr transformation, the parameter names and - the information if the pathway to sink is included in the model. + before ilr transformation, the parameter names and + the information if the pathway to sink is included in the model.
transform_rates
Boolean specifying if kinetic rate constants should be transformed in the model specification used in the fitting for better compliance with the - assumption of normal distribution of the estimator. If TRUE, also - alpha and beta parameters of the FOMC model are log-transformed, as well + assumption of normal distribution of the estimator. If TRUE, also + alpha and beta parameters of the FOMC model are log-transformed, as well as k1 and k2 rate constants for the DFOP and HS models and the break point tb of the HS model.
@@ -128,8 +128,8 @@
Boolean specifying if formation fractions constants should be transformed in the model specification used in the fitting for better compliance with the - assumption of normal distribution of the estimator. The default (TRUE) is - to do transformations. The g parameter of the DFOP and HS models are also + assumption of normal distribution of the estimator. The default (TRUE) is + to do transformations. The g parameter of the DFOP and HS models are also transformed, as they can also be seen as compositional data. The transformation used for these transformations is the ilr transformation. @@ -149,16 +149,16 @@ fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) summary(fit, data=FALSE) # See transformed and backtransformed parameters
#> mkin version: 0.9.44.9000 #> R version: 3.3.2 -#> Date of fit: Fri Nov 4 17:12:44 2016 -#> Date of summary: Fri Nov 4 17:12:44 2016 +#> Date of fit: Thu Nov 17 22:57:06 2016 +#> Date of summary: Thu Nov 17 22:57:06 2016 #> #> Equations: -#> d_parent = - k_parent_sink * parent - k_parent_m1 * parent -#> d_m1 = + k_parent_m1 * parent - k_m1_sink * m1 +#> d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent +#> d_m1/dt = + k_parent_m1 * parent - k_m1_sink * m1 #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 153 model solutions performed in 0.656 s +#> Fitted with method Port using 153 model solutions performed in 0.684 s #> #> Weighting: none #> @@ -224,7 +224,7 @@ #> m1 131.761 437.70
## Not run: ------------------------------------ # fit.2 <- mkinfit(SFO_SFO, FOCUS_2006_D, transform_rates = FALSE) -# summary(fit.2, data=FALSE) +# summary(fit.2, data=FALSE) ## --------------------------------------------- initials <- fit$start$value -- cgit v1.2.1