summary.bild-class {bild} | R Documentation |
Class "summary.bild", Summary of "bild" Objects
Description
Extract of bild
object.
Objects from the Class
Objects can be created by calls of the form new("summary.bild", ...)
,
but most often by invoking summary
on an bild
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. Seeoptim
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"
. Thecall
that generatedbild
object.
Extends
Class "bild"
, directly.
Methods
- show
signature(object = "summary.bild")
: Pretty-prints object.