summary.hyperbFit
returns a list comprised of the original
object object
and additional elements hessian
and
sds
if hessian = TRUE
, otherwise it returns the original
object. The class of the object returned is changed to
summary.hyperbFit
.
See hyperbFit
for the composition of an object of class
hyperbFit
.
If the Hessian and standard errors have not been added to the object
x
, print.summary.hyperbFit
prints a summary in the same
format as print.hyperbFit
. When the Hessian and standard
errors are available, the Hessian is printed and the standard errors
for the parameter estimates are printed in parentheses beneath the
parameter estimates, in the manner of fitdistr
in the package
MASS
.