and why not? the polychoric correlation is actually (and surprisingly, at least to me) somewhat robust to some moderate skewness in the latent, continuous distribution that underlies the categorical manifest variables. since you included the na.(omit) data i'm assuming you're using R here which, if my memory serves me right, produces a chi-square statistic to evaluate the plausibility of the hypothetical normal distribution. for the case of two variables you can do (assuming you've already installed the 'polycor' package):
and get that chi-square test of fit.now, if assuming normality seems like too much of a strech, you can always use a distribution-free estimation method like weighted least squares.Code:polychor(YOUR DATA VECTOR 1 HERE, YOUR DATA VECTOR 2 HERE, ML=TRUE, std.err=TRUE)
this is actually an interesting one. in my case, i'd both try full-infromation maximum likelihood and multiple imputation methods and see if they hopefully provide you with a similar answer.





Reply With Quote



