* 1 Set-up your do-file * 2 Load your data * 3 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. * 4 Explore these variables. * 5 Run a logit on the full model. * 6 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 */ * 7 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 */ * 8 Now use the likelihood ratio test for the same hypothesis in 6. * 9 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 */ * 10 Now use the likelihood ratio test for the same hypothesis in 9. * 11 Use fitstat to compare two of your models. * Which model do you prefer and why? /* write your answer here */ * 12 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.