Rev 28559 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{summary.mle-class}\docType{class}\alias{summary.mle-class}\title{Class "summary.mle", summary of "mle" objects}\description{Extract of "mle" object}\section{Objects from the Class}{Objects can be created by calls of the form \code{new("summary.mle",...)}, but most often by invoking \code{summary} on an "mle" object.They contain values meant for printing by \code{show}.}\section{Slots}{\describe{\item{\code{call}:}{Object of class \code{"language"} The call thatgenerated the "mle" object.}\item{\code{coef}:}{Object of class \code{"matrix"}. Estimatedcoefficients and standard errors }\item{\code{m2logL}:}{Object of class \code{"numeric"}. Minus twicethe log likelihood.}}}\section{Methods}{\describe{\item{show}{\code{signature(object = "summary.mle")}: Pretty-prints\code{object} }\item{coef}{\code{signature(object = "summary.mle")}: Extracts thecontents of the \code{coef} slot}}}\seealso{\code{\link{summary}}, \code{\link{mle}}, \code{\link{mle-class}}}\keyword{classes}