* 1 Set-up your do-file. * 2 Load your data. * 3 Select one nominal dependent variable and at least three independent **variables. Make sure to include one continuous and one binary **independent variable. * 4 Explore these variables. **Make sure to look at the distribution of your outcome variable. * 5 Estimate a multinomial logit model. * 6 Use mlogtest to compute the LR test for each independent variable. **Write your conclusion for at least one variable. /* write your answer here */ * 7 Use mlogtest to compute the LR test that categories of the **dependent variable can be combined. **What do you find? /* write your answer here */ * 8 Compute discrete changes and marginal effects using prchange **with the independent variables held at some values. * 9 Use mlogview to plot the discrete changes. **Write up an interpretation as if it were part of a **publishable research paper. Note that you can use the output from 8 **to determine the specific values. /* write your interpretations here */ * 10 Use listcoef, help to compute the factor change coefficients. * 11 Use mlogview to plot the odds ratios. **Write up an interpretation as if it were part of a **publishable research paper. Note that you can use the output from 10 **to determine the specific values. /* write your answer here */ * 12 Now add the discrete changes to the odds ratio plot using mlogview. **Do you see how discrete changes and odds ratios give you **different pieces of information? * 13 Close log and exit do-file