proc hpreg data=DORA.INCOME;
CLASS 'Limited English-language profici'n 'Migrant and seasonal farmworker'n 'Race: Hawaiian/Pacific Islander'n 'Race: White'n 'Race: Black'n 'Psychosocial and psychological d'n 'Race: Asian'n 'Physical disability'n 'Postsecondary education no degre'n 'Low-income'n 'Long-term unemployed'n 'Age 16 to 18'n 'Intellectual and learning disabi'n 'Age 19 to 24'n 'Displaced homemaker'n 'High school diploma or equivalen'n 'Individuals has a significant di'n 'Individuals is most significant'n 'TANF recipient'n 'Special education certicate/comp'n 'Received public support at appli'n 'Single parent'n 'Received training services'n 'Received other services'n 'Received career services'n 'Homeless individual, runaway you'n 'Age 25 to 44'n 'Race: More than one'n 'Foster care youth'n Female 'Ethnicity-Hispanic Ethnicity'n 'Employed at application'n 'Age 45 to 54'n 'Age 55 to 59'n 'Age 60+'n 'Associate’s degree'n 'Auditory and communicative disab'n Veteran 'Bachelor’s degree'n 'Beyond a bachelor’s degree'n / PARAM=REFERENCE REF=Last;
MODEL Qtr2_Wage = 'Age 16 to 18'n 'Age 19 to 24'n 'Age 25 to 44'n 'Age 45 to 54'n 'Age 55 to 59'n 'Age 60+'n 'Associate’s degree'n 'Auditory and communicative disab'n 'Bachelor’s degree'n 'Beyond a bachelor’s degree'n 'Construction Employment'n 'Displaced homemaker'n 'Educational, or Health Care Rela'n 'Employed at application'n 'Ethnicity-Hispanic Ethnicity'n Female 'Financial Services Employment'n 'Foster care youth'n 'High school diploma or equivalen'n 'Homeless individual, runaway you'n 'Individuals has a significant di'n 'Individuals is most significant'n 'Information Services Employment'n 'Intellectual and learning disabi'n 'Leisure, Hospitality, or Enterta'n 'Limited English-language profici'n 'Long-term unemployed'n 'Low-income'n 'Manufacturing Related Employment'n 'Migrant and seasonal farmworker'n 'Natural Resources Employment'n 'Other Services Employment'n 'Physical disability'n 'Postsecondary education no degre'n 'Psychosocial and psychological d'n 'Race: Asian'n 'Race: Black'n 'Race: Hawaiian/Pacific Islander'n 'Race: More than one'n 'Race: White'n 'Received career services'n 'Received other services'n 'Received public support at appli'n 'Received training services'n 'Single parent'n 'Special education certicate/comp'n 'TANF recipient'n 'Trade and Transportation Employm'n 'Unemployment Rate Not Seasonally'n Veteran / TOL ;
Selection Method = NONE;
OUTPUT OUT=WORK.HPREG_OUTPUT (LABEL="Linear regression predictions and statistics for DORA.INCOME")
PREDICTED=PREDICTED_Qtr2_Wage
COOKD=COOKD_Qtr2_Wage
COVRATIO=COVRATIO_Qtr2_Wage
DFFIT=DFFIT_Qtr2_Wage
H=H_Qtr2_Wage
PRESS=PRESS_Qtr2_Wage
STDI=STDI_Qtr2_Wage
STDP=STDP_Qtr2_Wage
STDR=STDR_Qtr2_Wage
RESIDUAL=RESIDUAL_Qtr2_Wage
STUDENT=STUDENT_Qtr2_Wage
RSTUDENT=RSTUDENT_Qtr2_Wage
;
ID 'Age 16 to 18'n 'Age 19 to 24'n 'Age 25 to 44'n 'Age 45 to 54'n 'Age 55 to 59'n 'Age 60+'n 'Associate’s degree'n 'Auditory and communicative disab'n 'Bachelor’s degree'n 'Beyond a bachelor’s degree'n 'Construction Employment'n 'Displaced homemaker'n 'Educational, or Health Care Rela'n 'Employed at application'n 'Ethnicity-Hispanic Ethnicity'n 'Ex-offender'n Female 'Financial Services Employment'n 'Foster care youth'n 'High school diploma or equivalen'n 'Homeless individual, runaway you'n 'Individuals has a significant di'n 'Individuals is most significant'n 'Information Services Employment'n 'Intellectual and learning disabi'n 'Leisure, Hospitality, or Enterta'n 'Limited English-language profici'n 'Long-term unemployed'n 'Low-income'n 'Manufacturing Related Employment'n 'Migrant and seasonal farmworker'n 'Natural Resources Employment'n 'Other Services Employment'n 'Physical disability'n 'Postsecondary education no degre'n 'Professional and Business Servic'n 'Psychosocial and psychological d'n 'Race: Asian'n 'Race: Black'n 'Race: Hawaiian/Pacific Islander'n 'Race: More than one'n 'Race: White'n 'Received career services'n 'Received other services'n 'Received public support at appli'n 'Received training services'n 'Single parent'n 'Special education certicate/comp'n 'TANF recipient'n 'Trade and Transportation Employm'n 'Unemployment Rate Not Seasonally'n Veteran;
run;