summary.mle2-class {bbmle} | R Documentation |
Extract of "mle2" object
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
.
call
:"language"
The call that
generated the "mle2" object.coef
:"matrix"
. Estimated
coefficients and standard errors m2logL
:"numeric"
. Minus twice
the log likelihood.signature(object = "summary.mle2")
: Pretty-prints
object
signature(object = "summary.mle2")
: Extracts the
contents of the coef
slot