Learn R Programming

plfm (version 2.2.6)

print.stepLCplfm: Printing stepLCplfm objects

Description

Printing method for a series of latent class probabilistic latent feature analysis objects.

Usage

# S3 method for stepLCplfm
print(x,...)

Arguments

x

Latent class probabilistic latent feature analysis object returned by stepLCplfm.

...

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

Run this code
# example print.stepLCplfm(stepLCplfm(...))

Run the code above in your browser using DataLab