powered by
pairwise.prop.test(x, n, p.adjust.method = p.adjust.methods, ...)
x
p.adjust
prop.test
"pairwise.htest"
smokers <- c( 83, 90, 129, 70 ) patients <- c( 86, 93, 136, 82 ) pairwise.prop.test(smokers, patients)
Run the code above in your browser using DataLab