print.LCplfm: Printing LCplfm objects

View source: R/plfm.R

print.LCplfmR Documentation

Printing LCplfm objects

Description

Printing method for latent class probabilistic feature analysis objects.

Usage

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

Arguments

x

Latent class probabilistic feature analysis object returned by LCplfm.

...

Further arguments are ignored.

Details

The printing method for latent class probabilistic feature analysis objects displays (1) the parameters used to call the LCplfm function, (2) the estimated object-, attribute- and class size parameters, (3) the estimated standard errors of object-, attribute- and class size parameters, (4) fit measures

Examples

## Not run: 
# example 
print(LCplfm(data=anger$data,F=2, T=2, M=1))

## End(Not run)

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