* 1 Set-up your do-file * 2 Load your data * 3 Examine the data and select your variables. Select one binary dependent * variable and at least three independent variables. Again be sure to include * at least one binary and one continuous independent variable. Drop cases * with missing data and verify.. * 4 Run a logit on the full model. * 5 Test the hypothesis that the effect of one of your independent variables * is zero using the z-statistic. What is your conclusion? * Use eststo to store estimation results. /* write your answer here */ * 6 Use test to conduct a Wald test of the same hypothesis in 6. * How is the specific value of the Wald test related to the z-test in 6? /* write your answer here */ * 7 Now use the likelihood ratio test for the same hypothesis in 6. * 8 Test the hypothesis that the effects of two of your independent variables * are simultaneously equal to zero using the Wald test. * What is your conculsion? /* write your answer here */ * 9 Now use the likelihood ratio test for the same hypothesis in 9. * 10 Use fitstat to compare two of your models. * Which model do you prefer and why? /* write your answer here */ * 11 Using your preferred model, use methods for detecting outliers and * influential observations to evaluate weaknesses in your model. * Based on what you find as extreme and/or influential cases, * revise your model. Evaluate the revised model in terms of * outliers and influential observations. Did things change? /* write your answer here */ * 13 Close log & exit.