| summary.bild-class | R Documentation |
Extract of bild object.
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.
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 bild object.
Class "bild", directly.
signature(object = "summary.bild"): Pretty-prints object.
bild, bild-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.