print.stepLCplfm: Printing 'stepLCplfm' objects

View source: R/plfm.R

print.stepLCplfmR 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 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

# example print.stepLCplfm(stepLCplfm(...))

plfm documentation built on March 30, 2022, 5:08 p.m.