R programming question logistic regression Use the subset (acs_ny.csv) of the 20
ID: 3759675 • Letter: R
Question
R programming question logistic regression
Use the subset (acs_ny.csv) of the 2010 American Community Survey (ACS) for New York state
found here http://www.jaredlander.com/data/acs_ny.csv
, make a logistic regression model in R. predict whether a household has an income > than $150,000.
Explain your results including deviance residuals, coefficients, and AIC.
Make a coefficient plot for logistic regression on family income greater than $150,000.
Make a new binary variable with value TRUE for income above $150,000 and FALSE for income below.
Make a density plot of family income to see distribution.
Use glm() function to perform logistic regression in R.
Explanation / Answer
household has an income > than $150,000.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.