pairwise.prop.test {stats}
Description
Calculate pairwise comparisons between pairs of proportions with correction for multiple testing
Usage
pairwise.prop.test(x, n, p.adjust.method = p.adjust.methods, ...)
Arguments
Values
Object of class "pairwise.htest"
Examples
smokers <- c( 83, 90, 129, 70 ) patients <- c( 86, 93, 136, 82 ) pairwise.prop.test(smokers, patients)
Documentation reproduced from R 2.15.3. License: GPL-2.
