summary.mle2-class
From bbmle v1.0.23.1
by Ben Bolker
Class "summary.mle2", summary of "mle2" objects
Extract of "mle2" object
- Keywords
- classes
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
Community examples
Looks like there are no examples yet.