A vector of marginal probabilities for the first ordinal variable.
pvec2
A vector of marginal probabilities for the second ordinal variable.
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.
# NOT RUN { pvec1 = cumsum( c(0.30, 0.40) )
pvec2=cumsum(c(0.4, 0, 0.3) ) # The second category is skipped in this setting LimitforOO(pvec1, pvec2)
# }