print.plfm: Printing plfm objects

View source: R/plfm.R

print.plfmR Documentation

Printing plfm objects

Description

Printing method for probabilistic latent feature analysis objects.

Usage

## S3 method for class 'plfm'
print(x,...)

Arguments

x

Probabilistic latent feature analysis object returned by plfm.

...

Further arguments are ignored.

Details

The printing method for probabilistic latent feature analysis objects displays (1) the parameters used to call the plfm function, (2) information on the descriptive fit of the model (i.e. correlation between observed and expected frequencies, and proportion of the variance in the observed frequencies accounted for by the model), and (3) the estimated object- and attribute parameters.

Examples

## example print.plfm(plfm(...))

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