Colleague,

smokers  <- c( 83, 90, 129, 70 )
patients <- c( 86, 93, 136, 82 )
pairwise.prop.test(smokers, patients)

# Output

    Pairwise comparisons using Pairwise comparison of proportions 

data:  smokers out of patients 

   1            2            3    
2 1.000     -             -    
3 1.000     1.000     -    
4 0.119     0.093     0.124

Is there a way to generate a graph which illustrates the pairwise comparison of 
proportions?

Thomas Subia

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to