Analyzing Survey Data in R
Kelly McConville
Assistant Professor of Statistics
survey
: To analyze survey datadplyr
: To wrangle dataggplot2
: To graph the data
svydesign()
svytable()
geom_col()
svychisq()
svymean()
, svytotal()
, svyquantile()
svyby()
geom_histogram()
, geom_density()
svyttest()
geom_point()
geom_smooth(method = "lm")
svyglm()
svyratio()
svyglm(Diabetes ~ Age, design = NHANES_design, family = quasibinomial)
Analyzing Survey Data in R