mle2-class {bbmle} | R Documentation |
This class encapsulates results of a generic maximum likelihood procedure.
Objects can be created by calls of the form new("mle2", ...)
, but
most often as the result of a call to mle2
.
call
:mle2
.coef
:fullcoef
:vcov
:min
:details
:optim
.minuslogl
:method
:formula
:signature(object = "mle2")
: Confidence
intervals from likelihood profiles.signature(object = "mle2")
: Display object
briefly.signature(object = "summary.mle2")
: Display object briefly.signature(object = "mle2")
: Generate object summary.signature(object = "mle2")
: Update fit.signature(object = "mle2")
: Extract
variance-covariance matrix.signature(object="profile.mle2,missing")
: Plot profile.