Learn R Programming

plfm (version 2.2.6)

print.stepplfm: Printing stepplfm objects

Description

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

Usage

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

Arguments

x

probabilistic latent feature analysis object returned by stepplfm.

...

Further arguments are ignored.

Details

The printing method for stepplfm displays summary tables about the fit of models with different numbers of features. For each mapping rule, three tables are printed which summarize the fit of models with different numbers of features in terms of (1) information criteria (AIC, BIC,...), (2) the statistical fit of the model to the JXK frequency table (Chi-square value, df and corresponding p-value), and (3) 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.stepplfm(stepplfm(...))

Run the code above in your browser using DataLab