aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-10-14 20:30:15 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-10-14 20:30:15 +0200
commitceabddf8bf8bd43f1b57edf112a0fe11c76f5251 (patch)
tree8d60a976a01724e895f5fcf8d035a7e94566a299
parent8ecaa61db8e264c28561a3af98d524889e6065b2 (diff)
Add a comment about transforming fractions
-rw-r--r--man/mkinfit.Rd14
1 files changed, 10 insertions, 4 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd
index 8c36e77e..21af9a05 100644
--- a/man/mkinfit.Rd
+++ b/man/mkinfit.Rd
@@ -9,6 +9,12 @@
deviation between the kinetic model and the observed data. This model cost is
then minimised using the Levenberg-Marquardt algorithm \code{\link{nls.lm}},
using the specified initial or fixed parameters and starting values.
+ Per default, parameters in the kinetic models are internally transformed in order
+ to better satisfy the assumption of a normal distribution of their estimators.
+ If fitting with transformed fractions leads to a suboptimal fit, doing a
+ first run without transforming fractions may help. A final
+ run using the optimised parameters from the previous run as starting values
+ can then be performed with transformed fractions.
In each step of the optimsation, the kinetic model is solved using the
function \code{\link{mkinpredict}}. The variance of the residuals for each
observed variable can optionally be iteratively reweighted until convergence
@@ -138,10 +144,10 @@ mkinfit(mkinmod, observed,
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
- transformed, as they can also be seen as compositional data. The
- transformation used for these transformations is the \code{\link{ilr}}
- transformation.
+ to do transformations. If TRUE, 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
+ \code{\link{ilr}} transformation.
}
\item{plot}{
Should the observed values and the numerical solutions be plotted at each

Contact - Imprint