if (FALSE) {
# Ensure that the ExactData R package is available before running the CSM test.
if (requireNamespace("ExactData", quietly = TRUE)) {
paired.reject.region(N=15, alternative="two.sided", method="CSM")
}
}
paired.reject.region(N=15, alternative="less", method="UAM", delta=0.10)
Run the code above in your browser using DataLab