diff options
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r-- | man/mkinfit.Rd | 3 |
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()}}.} } |