Displaying 1 result from an estimated 1 matches for "alcriteria".
2013 Apr 03
1
(no subject)
Hello,
I want to perform a latent class analysis using poLCA package. My formula
is:
substances <- cbind(subs1, subs2, subs3, subs4, subs5, subs6) ~
gender+age+education+income+occupation+urban+dbehavior+incarceration+treatment+depression+alcriteria
I want to include sample weights in the model, I have read that poLCA does
not take into account weights, but when I introduce them, it seems that the
model is running correctly. This is the command I am using:
lca2 <- poLCA(substances, ena, nclass=2, graphs=TRUE, maxiter=2000,
(weights=p_ad...