diff options
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r-- | man/mkinfit.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index 89da682b..e7d35e4d 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -176,7 +176,8 @@ mkinfit(mkinmod, observed, \item{error_model_algorithm}{ If the error model is "const", the error model algorithm is ignored, because no special algorithm is needed and unweighted (also known as - ordinary) least squares fitting can be applied. + ordinary) least squares fitting (listed as "OLS" in the summary) can be + applied. The default algorithm "d_3" will directly minimize the negative log-likelihood and - independently - also use the three step algorithm |