Compute a simple random sample size for estimating the difference in proportions when samples overlap
nProp2sam(px, py, pxy, g, r, alt, sig.level=0.05, pow=0.80)
proportion in group 1
proportion in group 2
proportion in the overlap has the characteristic in both samples
proportion of sample 1 that is in the overlap with sample 2
ratio of the size of sample 1 to that of sample 2
should the test be 1-sided or 2-sided; allowable values are alt="one.sided"
or alt="two.sided"
.
significance level of the hypothesis test
desired power of the test
List with values:
sample size in group 1
sample size in group 2
input values of the px
, py
, pxy
parameters
proportion of sample 1 that is in the overlap with sample 2
ratio of the size of sample 1 to that of sample 2
type of test: one-sided or two-sided
significance level of test
power of the test
nProp2sam
computes sample sizes in two groups that are required for testing whether
the difference in group proportions is significant.
The power of the test is one of the input parameters.
The samples have a specified proportion of units in common.
Valliant, R., Dever, J., Kreuter, F. (2018, chap. 4). Practical Tools for Designing and Weighting Survey Samples, 2nd edition. New York: Springer.
Woodward, M. (1992). Formulas for Sample Size, Power, and Minimum Detectable Relative Risk in Medical Studies. The Statistician, 41, 185-196.
# NOT RUN {
nProp2sam(px=0.5, py=0.55, pxy=0.45, g=0.5, r=1, alt="two.sided")
# }
Run the code above in your browser using DataLab