Learn R Programming

poLCA (version 1.2)

print.poLCA: Output an object of class poLCA

Description

Produces nice output of an object of class poLCA as generated by poLCA.

Usage

print.poLCA(x, ...)

Arguments

x
An object of class poLCA.
...
additional arguments.

See Also

poLCA

Examples

Run this code
data(values)
f <- cbind(A,B,C,D)~1
M1 <- poLCA(f,values,nclass=2,verbose=FALSE)
print(M1)

Run the code above in your browser using DataLab