summary.stepplfm {plfm} | R Documentation |
Summary method for stepplfm
objects
Description
The function summary.stepplfm
summarizes the fit measures of a series of plfm
objects.
Usage
## S3 method for class 'stepplfm'
summary(object, ...)
Arguments
object |
Probabilistic latent feature analysis object returned by |
... |
Further arguments are ignored |
Details
The summary of the stepplfm
generates a table of fit measures (information criteria, Chi-square fit on the J X K table, and descriptive fit measures)
for models with different numbers of features and/or mapping rules that are involved in the analysis.
Author(s)
Michel Meulders
See Also
stepplfm
, print.stepplfm
, print.summary.stepplfm
[Package plfm version 2.2.6 Index]