powered by
svyhist(formula, design, xlab = NULL, main = NULL, probability=TRUE,freq=!probability, ...)
hist
svyplot
data(api) dstrat <- svydesign(id = ~1, strata = ~stype, weights = ~pw, data = apistrat, fpc = ~fpc) svyhist(~ell, dstrat, main="English language learners",col="peachpuff")
Run the code above in your browser using DataLab