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