| summary.cold-class {cold} | R Documentation |
Class summary.cold, summary of cold objects
Description
Extract of cold object.
Objects from the class
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.
Slots
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. Seeoptimfor 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". Thecallthat generatedcoldobject.
Extends
Class "cold", directly.
Methods
- show
signature(object = "summary.cold"): Pretty-prints object.