isCOP.LTD(cop=P, delta=0.01) # independence should be FALSE
# Positive association
isCOP.LTD(cop=PSP) # TRUE
# Negative association Plackett
isCOP.LTD(cop=PLACKETTcop, para=0.15) # FALSE
# Positive association Plackett
isCOP.LTD(cop=PLACKETTcop, para=15) # TRUE
# Negative association Plackett
isCOP.LTD(cop=PLACKETTcop, wrtv=TRUE, para=0.15) # FALSE
# Positive association Plackett
isCOP.LTD(cop=PLACKETTcop, wrtV=TRUE, para=15) # TRUE
Run the code above in your browser using DataLab