If the Hessian is available, summary.nlFit
computes
standard errors for the estimates of \(\mu\), \(\sigma\),
\(\alpha\), and \(\beta\), and adds them to object
as object$sds
. Otherwise, no calculations are performed and the
composition of object
is unaltered.
summary.nlFit
invisibly returns object
with class changed to summary.nlFit
.
See nlFit
for the composition of an object of class
nlFit
.
print.summary.nlFit
prints a summary in the same format as
print.nlFit
when the Hessian is not available from
the fit. When the Hessian is available, the standard errors for the
parameter estimates are printed in parentheses beneath the parameter
estimates, in the manner of fitdistr
in the package
MASS
.