Compute the coefficient of variation of an estimated total in a two-stage design. Primary sampling units (PSUs) can be selected either with probability proportional to size (pps) or with equal probability. Elements are selected via simple random sampling (srs).
CVcalc2(V=NULL, m=NULL , nbar=NULL, k=1, delta=NULL, Bsq=NULL, Wsq=NULL)
Value of the coefficient of variation of an estimated total
unit relvariance of analysis variable in the population
number of sample PSUs
number of sample elements per PSU
ratio of
measure of homogeneity equal to
unit relvariance of PSU totals
within PSU relvariance
Richard Valliant, Jill A. Dever, Frauke Kreuter
CVcalc2
computes the coefficient of variation of an estimated total for a two-stage sample. PSUs can be selected either with varying probabilities
and with replacement or with equal probabilities and with replacement. Elements within PSUs are selected by simple random sampling. The
Cochran, W.G. (1977, pp.308-310). Sampling Techniques. New York: John Wiley & Sons.
Saerndal, C.E., Swensson, B., and Wretman, J. (1992). Model Assisted Survey Sampling. New York: Springer.
Valliant, R., Dever, J., Kreuter, F. (2018, sect. 9.2.1). Practical Tools for Designing and Weighting Survey Samples, 2nd edition. New York: Springer.
CVcalc3
CVcalc2(V=1, m=20 , nbar=5, k=1, delta=0.05)
CVcalc2(V=10, m=20 , nbar=5, k=1, delta=0.5)
CVcalc2(V=2.5, m=20 , nbar=5, k=2, Bsq=1, Wsq=4)
Run the code above in your browser using DataLab