if (FALSE) {
# Ensure that the ExactData R package is available before running the CSM test.
if (requireNamespace("ExactData", quietly = TRUE)) {
exact.reject.region(n1=10, n2=20, alternative="two.sided", method="CSM")
}
}
exact.reject.region(n1=10, n2=20, alternative="less", method="Z-pooled", delta=0.10)
Run the code above in your browser using DataLab