proc2way package:proc2way R Documentation Description: 2 sepparate functions plotting the quantile function of the proportions procpro plots the quantile functions of two sepparate proportions on the same graph along with a quantile function of the differences estimated by boot sampling. proclog is identicle to procpro except that logodds are used in place of sample proportions. Usage: procpro(s1 = successes in group 1,n1 = sample size for group 1, s2 = successes in group 2,n2 = sample size for group 2, title="quantile plot of p") Arguments: s1: the number of successes often referred to as "X_1" by many texts n1: size of sample taken from group 1 s2: the number of successes often referred to as "X_2" by many texts n2: size of sample taken from group 2 title: the name given to the plot Example: procpro(2,38,12,32,"quantile plot of p1,p2") procodd(2,38,12,32,"quantile plot of log odds p1,p2")