print.stepLCplfm {plfm} | R Documentation |
Printing stepLCplfm
objects
Description
Printing method for a series of latent class probabilistic latent feature analysis objects.
Usage
## S3 method for class 'stepLCplfm'
print(x,...)
Arguments
x |
Latent class probabilistic latent feature analysis object returned by |
... |
Further arguments are ignored. |
Details
The printing method for stepLCplfm
displays summary tables about the fit of models with different numbers of features and different numbers of latent classes.
Two tables are printed which summarize the fit of models with different numbers of features/classes in terms of (1) information criteria (AIC, BIC,...),
and (2) the descriptive fit of the model to the JXK
frequency table (correlation between observed and expected frequencies, and variance accounted for by the model).
Examples
# example print.stepLCplfm(stepLCplfm(...))
[Package plfm version 2.2.6 Index]