The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85904
Line 5... Line 5...
5
 
5
 
6
\name{summary.mle-class}
6
\name{summary.mle-class}
7
\docType{class}
7
\docType{class}
8
\alias{summary.mle-class}
8
\alias{summary.mle-class}
9
\title{Class \code{"summary.mle"}, Summary of \code{"mle"} Objects}
9
\title{Class \code{"summary.mle"}, Summary of \code{"mle"} Objects}
10
\description{Extract of "mle" object}
10
\description{Extract of \code{"mle"} object}
11
\section{Objects from the Class}{
11
\section{Objects from the Class}{
12
Objects can be created by calls of the form \code{new("summary.mle",
12
Objects can be created by calls of the form \code{new("summary.mle",
13
  ...)}, but most often by invoking \code{summary} on an "mle" object.
13
  ...)}, but most often by invoking \code{summary} on an \code{"mle"} object.
14
They contain values meant for printing by \code{show}.
14
They contain values meant for printing by \code{show}.
15
}
15
}
16
\section{Slots}{
16
\section{Slots}{
17
  \describe{
17
  \describe{
18
    \item{\code{call}:}{Object of class \code{"language"} The call that
18
    \item{\code{call}:}{Object of class \code{"language"} The call that
19
      generated the "mle" object.}
19
      generated the \code{"mle"} object.}
20
    \item{\code{coef}:}{Object of class \code{"matrix"}. Estimated
20
    \item{\code{coef}:}{Object of class \code{"matrix"}. Estimated
21
      coefficients and standard errors }
21
      coefficients and standard errors }
22
    \item{\code{m2logL}:}{Object of class \code{"numeric"}. Minus twice
22
    \item{\code{m2logL}:}{Object of class \code{"numeric"}. Minus twice
23
      the log likelihood.}
23
      the log likelihood.}
24
  }
24
  }