Computes intermediate correlations for ordinal-normal pairs before ordinalization
Computes intermediate correlations for ordinal-normal pairs before ordinalization
The function computes the intermediate correlation values of pairwise correlations between ordinal and normal variables.
IntermediateON(plist, ONCorrMat)
Arguments
plist: A list of probability vectors corresponding to each ordinal variable. The i-th element of plist is a vector of the cumulative probabilities defining the marginal distribution of the i-th ordinal component of the multivariate variables. If the i-th ordinal variable has k categories, the i-th vector of the plist will contain k-1 probability values. The k-th element is implicitly 1.
ONCorrMat: A matrix of pairwise target correlations between ordinal and normal variables. This is a submatrix of the overall correlation matrix, and it is pertinent to the ordinal-normal part. Hence, the matrix may or may not be square. Even when it is square, it may not be symmetric.
Returns
A pairwise correlation matrix of intermediate correlations.