B17001002 is the number of people whose “Income in the Past 12 Months
Ask Expert

Be Prepared For The Toughest Questions

Practice Problems

B17001002 is the number of people whose “Income in the Past 12 Months

Part 5: Download Poverty Data

B17001002 is the number of people whose “Income in the Past 12 Months (is) Below Poverty Level”

(https://www.socialexplorer.com/data/ACS2015/metadata/?ds=ACS15&var=B17001002)

vars = c(poverty = 'B17001_002')

povertyData = get_acs(geography = "zcta",

variables = vars,

geometry = FALSE)

Remove the spurious “ZCTA5” from the ZIP data & Clean-Up

povertyData$mod_zcta = sub("ZCTA5 ", "", povertyData$NAME)

Rename the “estimate” column into something meaningful; for example:

povertyData = povertyData %>% rename(povertyCount = estimate)

Hint
ComputerThe Census Bureau provides poverty data from several household surveys and programs. Here you can find poverty estimates, learn about these surveys and programs, and get guidance on how to choose the right estimate for your needs....

Know the process

Students succeed in their courses by connecting and communicating with
an expert until they receive help on their questions

1
img

Submit Question

Post project within your desired price and deadline.

2
img

Tutor Is Assigned

A quality expert with the ability to solve your project will be assigned.

3
img

Receive Help

Check order history for updates. An email as a notification will be sent.

img
Unable to find what you’re looking for?

Consult our trusted tutors.

Developed by Versioning Solutions.