aboutsummaryrefslogtreecommitdiff
path: root/man/mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-03 16:07:59 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-03 16:07:59 +0100
commit96c8558842e2494f42c0e148fb8d8f422000ecde (patch)
tree6d92a453bd977cdf5ff3daf7562a9bd3218028a4 /man/mkinfit.Rd
parenta5874ab7fce4616e80be69366ff0685332f47bf1 (diff)
Do not test residuals per default, improve nlme.mmkin
Do not give starting values for random effects in nlme.mmkin.
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r--man/mkinfit.Rd3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd
index 7f5092c5..8f10ea0a 100644
--- a/man/mkinfit.Rd
+++ b/man/mkinfit.Rd
@@ -28,6 +28,7 @@ mkinfit(
reweight.tol = 1e-08,
reweight.max.iter = 10,
trace_parms = FALSE,
+ test_residuals = FALSE,
...
)
}
@@ -186,6 +187,8 @@ the error model parameters in IRLS fits.}
\item{trace_parms}{Should a trace of the parameter values be listed?}
+\item{test_residuals}{Should the residuals be tested for normal distribution?}
+
\item{\dots}{Further arguments that will be passed on to
\code{\link[deSolve:ode]{deSolve::ode()}}.}
}

Contact - Imprint