Home Page

SAS/R Analysis Questions

Goal:   Obtain a regression model for predicting attitudes about crime from independent variables.

Dataset: crime.txt

Dependent Variable:   crime_att (Crime Attitude)

Independent Variables:   age (Age of Student), college (Number of Years of College), income (Income of Parents), gender (dummy variable with values 0 = Male, 1 = Female)

Steps of Analysis:

  1. Look at the adjusted R-squared value and the AIC for all subsets of the independent variables.
     
  2. For the final model obtained in Step 1, create residual plots and interpret them. Check for influence points and multicollinarity.