From 96c8558842e2494f42c0e148fb8d8f422000ecde Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 3 Nov 2020 16:07:59 +0100 Subject: Do not test residuals per default, improve nlme.mmkin Do not give starting values for random effects in nlme.mmkin. --- man/mkinfit.Rd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/mkinfit.Rd') 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()}}.} } -- cgit v1.2.1