powered by
chisq.multcomp(x, p.method = "fdr")
p.adjust
chisq.test
counts <- c(5,15,23,8,14) chisq.test(counts) chisq.multcomp(counts)
Run the code above in your browser using DataLab