Logistic regression predicting
Using the data set from problem 9.8, conduct a logistic regression predicting outcome (case or control) using SMOKING,ASBESTOS. and SES. Use a CLASS statement to create two dummy variables for SES, setting the reference level to ‘2-Mediurn’. (HINT: CLASS SES (PARAM=REF REF=’2-Medium’); PROC LOGISTIC uses the lower value formatted value of the outcome variable (if […]
Logistic regression predicting Read More »