isCOP.LTD(cop=P, delt=.01) # independency should be FALSE
# FALSE
# Positive association
isCOP.LTD(cop=PSP) # compute fast, has lower-tail dependency
# TRUE
# Negative association Plackett
isCOP.LTD(cop=PLACKETTcop, para=c(.15))
# FALSE
# Positive association Plackett
isCOP.LTD(cop=PLACKETTcop, para=c(15))
# TRUE
# Negative association Plackett
isCOP.LTD(cop=PLACKETTcop, wrtv=TRUE, para=c(.15))
# FALSE
# Positive association Plackett
isCOP.LTD(cop=PLACKETTcop, wrtV=TRUE, para=c(15))
# TRUE
Run the code above in your browser using DataLab