print.poLCA {poLCA} | R Documentation |
Produces nice output of an object of class poLCA as generated by poLCA
.
print.poLCA(x, ...)
x |
An object of class poLCA. |
... |
data(values) f <- cbind(A,B,C,D)~1 M1 <- poLCA(f,values,nclass=2,verbose=FALSE) print(M1)