| Line 1... |
Line 1... |
| 1 |
% File src/library/stats4/man/mle-class.Rd
|
1 |
% File src/library/stats4/man/mle-class.Rd
|
| 2 |
% Part of the R package, https://www.R-project.org
|
2 |
% Part of the R package, https://www.R-project.org
|
| 3 |
% Copyright 1995-2011 R Core Team
|
3 |
% Copyright 1995-2020 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{mle-class}
|
6 |
\name{mle-class}
|
| 7 |
\docType{class}
|
7 |
\docType{class}
|
| 8 |
\title{Class \code{"mle"} for Results of Maximum Likelihood Estimation}
|
8 |
\title{Class \code{"mle"} for Results of Maximum Likelihood Estimation}
|
| Line 19... |
Line 19... |
| 19 |
\item{\code{call}:}{Object of class \code{"language"}.
|
19 |
\item{\code{call}:}{Object of class \code{"language"}.
|
| 20 |
The call to \code{\link{mle}}.}
|
20 |
The call to \code{\link{mle}}.}
|
| 21 |
\item{\code{coef}:}{Object of class \code{"numeric"}. Estimated
|
21 |
\item{\code{coef}:}{Object of class \code{"numeric"}. Estimated
|
| 22 |
parameters.}
|
22 |
parameters.}
|
| 23 |
\item{\code{fullcoef}:}{Object of class \code{"numeric"}.
|
23 |
\item{\code{fullcoef}:}{Object of class \code{"numeric"}.
|
| 24 |
Fixed and estimated parameters.}
|
24 |
Full parameter set of fixed and estimated parameters.}
|
| - |
|
25 |
\item{\code{fixed}:}{Object of class \code{"numeric"}.
|
| - |
|
26 |
Fixed parameter values (\code{NA} for non-fixed parameters).}
|
| 25 |
\item{\code{vcov}:}{Object of class \code{"matrix"}. Approximate
|
27 |
\item{\code{vcov}:}{Object of class \code{"matrix"}. Approximate
|
| 26 |
variance-covariance matrix.}
|
28 |
variance-covariance matrix.}
|
| 27 |
\item{\code{min}:}{Object of class \code{"numeric"}. Minimum value
|
29 |
\item{\code{min}:}{Object of class \code{"numeric"}. Minimum value
|
| 28 |
of objective function.}
|
30 |
of objective function.}
|
| 29 |
\item{\code{details}:}{a \code{"\link{list}"}, as returned from
|
31 |
\item{\code{details}:}{a \code{"\link{list}"}, as returned from
|