Learn R Programming

plfm (version 2.2.6)

print.LCplfm: Printing LCplfm objects

Description

Printing method for latent class probabilistic feature analysis objects.

Usage

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

Run this code
if (FALSE) {
# example 
print(LCplfm(data=anger$data,F=2, T=2, M=1))
}

Run the code above in your browser using DataLab