svyPVquantile(by, svydat, pvs, quantile, interval.type = "quantile", colN=FALSE, ...)
svydesign
as well as svrepdesign
) which was generated by the survey
package. To figure out how to create a survey design object, please read the help files for the survey
package.
svydat
.
svyquantile
function in the survey
package.
svyquantile
.
Saerndal, C.-E. & Swensson, B. & Wretman, J. (1992). Model Assisted Survey Sampling. New York: Springer.
Chaudhuri, A. & Stenger, H. (2005). Survey Sampling. Theory and Methods. Boka Raton, FL: Chapman & Hall/CRC.
svyPVpm
data(svy_example1)
erg_q <- svyPVquantile(by = ~ sex, svydat=svy.exrep,
pvs=c("plaus1","plaus2","plaus3"), quantile=c(0.2,0.7))
erg_q
Run the code above in your browser using DataLab