LimitforNN {BinOrdNonNor} | R Documentation |
Finds the feasible correlation range for a pair of continuous variables
Description
The function computes the lower and upper correlation bounds of a pairwise correlation between two continuous variables using generate, sort, and correlate (GSC) algorithm in Demirtas and Hedeker (2011).
Usage
LimitforNN(skew.vec, kurto.vec)
Limit_forNN(skew.vec, kurto.vec) #Deprecated
Arguments
skew.vec |
The skewness vector for continuous variables. |
kurto.vec |
The kurtosis vector for continuous variables. |
Value
A vector of two elements. The first element is the lower bound and the second element is the upper bound.
References
Demirtas, H., Hedeker, D. (2011). A practical way for computing approximate lower and upper correlation bounds. The American Statistician, 65(2), 104-109.
See Also
Examples
LimitforNN(skew.vec=c(1,2),kurto.vec=c(2,7))
[Package BinOrdNonNor version 1.5.2 Index]