#Consider a data set of one control group and 3 treatment groups
data(testdata2)
#Test the main hypothesis H0: mu_0=mu_1 using M=10000
#simulation runs
C=hypotheses(3)[[1]] #Generate the set of intersection hypotheses
#according to H0
poisson.test(testdata2,contrastmatrix=C,M=10000)
Run the code above in your browser using DataLab