Calculate the polychoric correlation coefficient between two polytomous (categorical ordinal) variables.
Polychoric correlation estimates the correlation between two theorized normally distributed
continuous latent variables from two observed ordinal variables.
Usage
polychoric(x, y)
Value
The polychoric correlation coefficient between x and y
Arguments
x
A polytomous vector (categorical ordinal variable)
y
A polytomous vector (categorical ordinal variable)
Details
This function handles missing values (coded as -1 or NA) using pairwise deletion.
The estimation uses maximum likelihood approach with Brent's method for optimization.