aboutsummaryrefslogtreecommitdiff
path: root/man/mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-05-02 13:17:05 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-05-02 13:17:05 +0200
commit70591022c07f0e8fb4dd67789b7c8d78af8ebc18 (patch)
treeacaecfce5ae304cfc48b111c6db24a3f2ed5c83d /man/mkinfit.Rd
parent380a29e81f88cd80c9c6915200ddc7054c8a085a (diff)
Better initials for error model parameters
- Also make it possible to specify initial values for error model parameters. - Run tests - Rebuild docs
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r--man/mkinfit.Rd7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd
index d9efe05f..78a53ee0 100644
--- a/man/mkinfit.Rd
+++ b/man/mkinfit.Rd
@@ -19,6 +19,7 @@
mkinfit(mkinmod, observed,
parms.ini = "auto",
state.ini = "auto",
+ err.ini = "auto",
fixed_parms = NULL, fixed_initials = names(mkinmod$diffs)[-1],
from_max_mean = FALSE,
solution_type = c("auto", "analytical", "eigen", "deSolve"),
@@ -72,6 +73,12 @@ mkinfit(mkinmod, observed,
values for the variable with the maximum observed value, and all others to 0.
If this variable has no time zero observations, its initial value is set to 100.
}
+ \item{err.ini}{
+ A named vector of initial values for the error model parameters to be
+ optimised. If set to "auto", initial values are set to default values.
+ Otherwise, inital values for all error model parameters must be
+ given.
+ }
\item{fixed_parms}{
The names of parameters that should not be optimised but rather kept at the
values specified in \code{parms.ini}.

Contact - Imprint