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