View source: R/cdc_social_vulnerability_index.R
cdc_social_vulnerability_index | R Documentation |
The CDC's Social Vulnerability Index (SVI), created and maintained by the Geospatial Research, Analysis, and Services Program (GRASP), uses US Census data to determine the social vulnerability of every county and tract. This index ranks each county and tract based upon 15 social factors including poverty, lack of vehicle access, and crowded housing, and groups them into four related themes: 1) Socioeconomic, 2) Housing Composition and Disability, 3) Minority Status and Language, and 4) Housing and Transportation.
cdc_social_vulnerability_index()
Theme rankings: For each of the four themes, we summed the percentiles for the variables comprising each theme. We ordered the summed percentiles for each theme to determine theme-specific percentile rankings. The four summary theme ranking variables, detailed in the Data Dictionary below, are:
Socioeconomic - RPL_THEME1
Household Composition & Disability - RPL_THEME2
Minority Status & Language - RPL_THEME3
Housing Type & Transportation - RPL_THEME4
Overall tract rankings: We summed the sums for each theme, ordered the tracts, and then calculated overall percentile rankings. Please note; taking the sum of the sums for each theme is the same as summing individual variable rankings. The overall tract summary ranking variable is RPL_THEM
For detailed documentation, see https://svi.cdc.gov/Documents/Data/2018_SVI_Data/SVI2018Documentation.pdf
a data.frame
Sean Davis seandavi@gmail.com
Other data-import:
acaps_government_measures_data()
,
acaps_secondary_impact_data()
,
apple_mobility_data()
,
beoutbreakprepared_data()
,
cci_us_vaccine_data()
,
cdc_aggregated_projections()
,
cdc_excess_deaths()
,
coronadatascraper_data()
,
coronanet_government_response_data()
,
cov_glue_lineage_data()
,
cov_glue_newick_data()
,
cov_glue_snp_lineage()
,
covidtracker_data()
,
descartes_mobility_data()
,
ecdc_data()
,
econ_tracker_consumer_spending
,
econ_tracker_employment
,
econ_tracker_unemp_data
,
economist_excess_deaths()
,
financial_times_excess_deaths()
,
google_mobility_data()
,
government_policy_timeline()
,
jhu_data()
,
jhu_us_data()
,
kff_icu_beds()
,
nytimes_county_data()
,
oecd_unemployment_data()
,
owid_data()
,
param_estimates_published()
,
test_and_trace_data()
,
us_county_geo_details()
,
us_county_health_rankings()
,
us_healthcare_capacity()
,
us_hospital_details()
,
us_state_distancing_policy()
,
usa_facts_data()
,
who_cases()
res = cdc_social_vulnerability_index() head(res) # limit to index columns only res %>% dplyr::select( state_fips:e_totpop,dplyr::starts_with('rpl_'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.