Rev 27844 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{mle-class}\docType{class}\alias{mle-class}\title{Class "mle". Result of Maximum Likelihood Estimation.}\description{This class encapsulates results of a generic maximumlikelihood procedure.}\section{Objects from the Class}{Objects can be created by calls of the form \code{new("mle", \dots)}, butmost often as the result of a call to \code{\link{mle}}.}\section{Slots}{\describe{\item{\code{call}:}{Object of class \code{"language"}.The call to \code{\link{mle}}.}\item{\code{coef}:}{Object of class \code{"numeric"}. Estimatedparameters.}\item{\code{fullcoef}:}{Object of class \code{"numeric"}.Fixed and estimated parameters.}\item{\code{vcov}:}{Object of class \code{"matrix"}. Approximatevariance-covariance matrix.}\item{\code{min}:}{Object of class \code{"numeric"}. Minimum valueof objective function.}\item{\code{details}:}{Object of class \code{"list"}. List returnedfrom \code{\link{optim}}.}\item{\code{minuslogl}:}{Object of class \code{"function"}. Thenegative loglikelihood function.}\item{\code{method}:}{Object of class \code{"character"}. Theoptimization method used.}}}\section{Methods}{\describe{\item{confint}{\code{signature(object = "mle")}: Confidenceintervals from likelihood profiles.}\item{logLik}{\code{signature(object = "mle")}: Extract maximizedlog-likelihood.}\item{profile}{\code{signature(fitted = "mle")}: Likelihood profilegeneration.}\item{show}{\code{signature(object = "mle")}: Display object briefly.}\item{summary}{\code{signature(object = "mle")}: Generate object summary.}\item{update}{\code{signature(object = "mle")}: Update fit.}\item{vcov}{\code{signature(object = "mle")}: Extractvariance-covariance matrix.}}}\keyword{classes}