gardasil.Rd
The Gardasil dataset in R data.frame format
gardasil
A data.frame with 1413 rows and 11 variables.
Age in years
Categorical age: 18-26 or 17-27
white/black/hispanic/"other/unknown"
Number of shots completed (1, 2, or 3)
yes/no, "yes" if all 3 shots in the series were completed
medical assistance / private payer / hospital based / military
yes/no
Four locations: Odenton, White Marsh, Johns Hopkins Outpatient Center, Bayview
urban/suburban
pediatric / family practice / OB-GYN
white/minority/"other/unknown"
Chou B, Krill LS, Horton BB, Barat CE, Trimble CL: Disparities in human papillomavirus vaccine completion among vaccine initiators. Obstet. Gynecol. 2011, 118:14–20.
Note that a cleaned dataset like this is provided, it is recommended to place the code that produces it in data-raw. You can then use usethis::use_data_raw() to update the cleaned dataset in data/. See http://r-pkgs.had.co.nz/data.html.