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