summary.mle-class {stats4} | R Documentation |
Extract of "mle" object
Objects can be created by calls of the form new("summary.mle",
...)
, but most often by invoking summary
on an "mle" object.
They contain values meant for printing by show
.
call
:"language"
The call that
generated the "mle" object.coef
:"matrix"
. Estimated
coefficients and standard errors m2logL
:"numeric"
. Minus twice
the log likelihood.signature(object = "summary.mle")
: Pretty-prints
object
signature(object = "summary.mle")
: Extracts the
contents of the coef
slot