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