summary.mle2-class {bbmle} | R Documentation |
Class "summary.mle2", summary of "mle2" objects
Description
Extract of "mle2" object
Objects from the Class
Objects can be created by calls of the form new("summary.mle2",
...)
, but most often by invoking summary
on an "mle2" object.
They contain values meant for printing by show
.
Slots
call
:Object of class
"language"
The call that generated the "mle2" object.coef
:Object of class
"matrix"
. Estimated coefficients and standard errorsm2logL
:Object of class
"numeric"
. Minus twice the log likelihood.
Methods
- show
signature(object = "summary.mle2")
: Pretty-printsobject
- coef
signature(object = "summary.mle2")
: Extracts the contents of thecoef
slot
See Also
[Package bbmle version 1.0.25.1 Index]