summary.cold
, summary of cold
objectsExtract of cold
object.
Objects can be created by calls of the form new("summary.cold", ...)
,
but most often by invoking summary
on an cold
object. They contain values meant for printing by show
.
coefficients
:Object of class "matrix"
. Estimated parameters.
se
:Object of class "matrix"
. Standard errors of estimated parameters.
covariance
:Object of class "matrix"
. Covariance of estimated parameters.
correlation
:Object of class "matrix"
. Correlation of estimated parameters.
log.likelihood
:Object of class "numeric"
. The value of the log likelihood.
message
:Object of class "integer"
. A character string giving any additional information returned
by the optimizer, or NULL. See optim
for details.
n.cases
:Object of class "numeric"
. Number of individual profiles used in the optimization procedure.
ni.cases
:Object of class "numeric"
. Number of individual profiles in the dataset.
aic
:Object of class "numeric"
. The Akaike information criterion for a fitted model object.
call
:Object of class "language"
. The call
that generated cold
object.
Class "cold"
, directly.
signature(object = "summary.cold")
: Pretty-prints object.