From 70591022c07f0e8fb4dd67789b7c8d78af8ebc18 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 2 May 2019 13:17:05 +0200 Subject: Better initials for error model parameters - Also make it possible to specify initial values for error model parameters. - Run tests - Rebuild docs --- man/mkinfit.Rd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/mkinfit.Rd') 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}. -- cgit v1.2.1