From 09f4f904af23a34d68d5d78482a5b9e12d9a9494 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Fri, 4 Nov 2016 15:38:09 +0100
Subject: Static documentation rebuilt by pkgdown::build_site()
With updated pkgdown with my PR
---
docs/reference/transform_odeparms.html | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
(limited to 'docs/reference/transform_odeparms.html')
diff --git a/docs/reference/transform_odeparms.html b/docs/reference/transform_odeparms.html
index ccd56ca4..5ee1e9cc 100644
--- a/docs/reference/transform_odeparms.html
+++ b/docs/reference/transform_odeparms.html
@@ -61,12 +61,7 @@
@@ -88,7 +83,7 @@
constants and other paramters that can only take on positive values, a
simple log transformation is used. For compositional parameters, such as
the formations fractions that should always sum up to 1 and can not be
- negative, the ilr
transformation is used.
+ negative, the ilr
transformation is used.
The transformation of sets of formation fractions is fragile, as it supposes
the same ordering of the components in forward and backward transformation.
@@ -114,7 +109,7 @@
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
+ before ilr
transformation, the parameter names and
the information if the pathway to sink is included in the model.
transform_rates
@@ -133,7 +128,7 @@
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 used for these transformations is the ilr
transformation.
@@ -151,8 +146,8 @@
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: Thu Nov 3 17:46:36 2016
-#> Date of summary: Thu Nov 3 17:46:36 2016
+#> Date of fit: Fri Nov 4 15:36:50 2016
+#> Date of summary: Fri Nov 4 15:36:50 2016
#>
#> Equations:
#> d_parent = - k_parent_sink * parent - k_parent_m1 * parent
@@ -160,7 +155,7 @@
#>
#> Model predictions using solution type deSolve
#>
-#> Fitted with method Port using 153 model solutions performed in 0.657 s
+#> Fitted with method Port using 153 model solutions performed in 0.663 s
#>
#> Weighting: none
#>
--
cgit v1.2.1