Learn R Programming

plfm (version 2.2.6)

print.plfm: Printing plfm objects

Description

Printing method for probabilistic latent feature analysis objects.

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab