* 1 Set-up your do-file * 2 Load your data. * 3 Examine the data and select your variables. Choose one binary dependent *variable and at least three independent variables (make sure on is binary *and one is continuous). Drop cases with missing data and verify. * 4 Estimate a binary logit model. * 5 Store the results of the logit model * 6 Predict probabilities for each observation. **Make sure to label the new variable created by predict. * 7 Use prvalue to compute the predicted probability at **some specific value of the independent variables. **Interpret this. /* write your interpretation here */ * 8 Create a table of predicted probabilties using prtab * 9 Use prvalue,save and prvalue,dif to calculate a discrete change. **Interpret this. /* Write your interpretation here */ * 10 Use prchange to calculate the discrete changes. **Interpret a couple of these. /* Write your interpretations here */ * 11 Use prgen to plot the predicted probabilities over the range of a **continuous variable for the two levels of a binary variable **Interpret this. /* Write your interpretation here */ * 12 Obtain the factor change coefficients using listcoef , help. **Interpret at least one of the unstandardized and **one the standardized factor change coefficients. /* Write your interpretations here */ * 13 Compare the logit and probit coefficients by listing them **side-by-side in a table. **Why are the unstandardized coefficients different? /* Write your answer here */ * 14 close log & exit do-file **(this is similar to what is done on page 59 of the notes).