Hi everyone,

I'm using the poLCA module for some analysis work.
Basically, Im using the command >poLCA(f, data=response,nclass=2)

This returns a poLCA object (a list)

>From this data, I need to retrieve certain indexes, such as[[5]] as seen
below.

[[5]]
                   Pr(1)       Pr(2)       Pr(3)
class 1:          0            1.0        0.0
class 2:          0            0.5        0.5


1) The structure shown in [[5]] above is a matrix, isn't it ?
2) how can I specifically retrieve this matrix (retrieve by ID, I guess) ?

Any help / suggestions or helpful links would be very much welcome :-)

-- 
Thanks and Best Regards,

Suranga

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to