print.poLCA {poLCA}R Documentation

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.
...

See Also

poLCA

Examples

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

[Package poLCA version 1.1 Index]