mle-class {stats4} | R Documentation |
This class encapsulates results of a generic maximum likelihood procedure.
Objects can be created by calls of the form new("mle", ...)
, but
most often as the result of a call to mle
.
call
:Object of class "language"
.
The call to mle
.
coef
:Object of class "numeric"
. Estimated
parameters.
fullcoef
:Object of class "numeric"
.
Fixed and estimated parameters.
vcov
:Object of class "matrix"
. Approximate
variance-covariance matrix.
min
:Object of class "numeric"
. Minimum value
of objective function.
details
:Object of class "list"
. List returned
from optim
.
minuslogl
:Object of class "function"
. The
negative loglikelihood function.
method
:Object of class "character"
. The
optimization method used.
signature(object = "mle")
: Confidence
intervals from likelihood profiles.
signature(object = "mle")
: Extract maximized
log-likelihood.
signature(fitted = "mle")
: Likelihood profile
generation.
signature(object = "mle")
: Display object briefly.
signature(object = "mle")
: Generate object summary.
signature(object = "mle")
: Update fit.
signature(object = "mle")
: Extract
variance-covariance matrix.