* 1 Set-up your do-file * 2 Load your data * 3 Examine the data and select your variables. Select one ordinal dependent * variable. Select at least three independent variables (make sure on is * binary and one is continuous). Drop cases with missing data and verify. * Make sure to look at the distribution of your outcome variable. * 4 Estimate an ordered logit model. * 5 Predict probabilities for each observation. **Make sure to label the new variables created by predict. * 6 Use dotplot to draw a dotplot of these predictions. **What does this tell you? /* write your answer here */ * 7 Use prvalue to compute the predicted probability at some **specific value of the independent variables. Interpret this. /* write your interpretation here */ * 8 Use prgen to plot the predicted probabilities over the range **of a continuous variable. Interpret this. /* write your interpretation here */ * 9 Use prchange to calculate the discrete changes. **Interpret a couple of these. /* write your interpretations here */ * 10 Use prvalue,save and prvalue,dif to calculate a discrete change **with a confidence interval. **Interpret this. /* write your interpretation here */ * 11 Obtain the factor change coefficients using listcoef , help. **Interpret at least one unstandardized and standardized factor **change coefficients. /* write your interpretations here */ * 12 Use brant to test the parallel regression assumption. **What is your conclusion? /* write your answer here */ * 13 Close log and exit do-file