summary.mle-class | R Documentation |
"summary.mle"
, Summary of "mle"
ObjectsExtract 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
:Object of class "language"
The call that
generated the "mle" object.
coef
:Object of class "matrix"
. Estimated
coefficients and standard errors
m2logL
:Object of class "numeric"
. Minus twice
the log likelihood.
signature(object = "summary.mle")
: Pretty-prints
object
signature(object = "summary.mle")
: Extracts the
contents of the coef
slot
summary
, mle
, mle-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.