Hi all,
I have some predicted probabilities from the prtab command. These are shown below.
I'm trying to present them in a table similar to the ones made using "outreg". I can't find any code for this, but I suspect there's a way to do it. Long and Freese show similar tables in their chapter on ordinal logistic regression, but don't list any code.
Thanks in advance.
I have some predicted probabilities from the prtab command. These are shown below.
Code:
. prtab quit skill,novarlbl ologit: Predicted probabilities for jbsat2 Predicted probability of outcome 1 (not_satis_at_all) ---------------------------- | skill quit | 0 skilled ----------+----------------- 0 | 0.0113 0.0102 1 | 0.0058 0.0053 ---------------------------- Predicted probability of outcome 2 ---------------------------- | skill quit | 0 skilled ----------+----------------- 0 | 0.0260 0.0235 1 | 0.0137 0.0123 ---------------------------- Predicted probability of outcome 3 ---------------------------- | skill quit | 0 skilled ----------+----------------- 0 | 0.1251 0.1147 1 | 0.0710 0.0645 ---------------------------- Predicted probability of outcome 4 (not_satis/dissat) ---------------------------- | skill quit | 0 skilled ----------+----------------- 0 | 0.0929 0.0872 1 | 0.0592 0.0545 ---------------------------- Predicted probability of outcome 5 ---------------------------- | skill quit | 0 skilled ----------+----------------- 0 | 0.3570 0.3511 1 | 0.2981 0.2849 ---------------------------- Predicted probability of outcome 6 ---------------------------- | skill quit | 0 skilled ----------+----------------- 0 | 0.3456 0.3667 1 | 0.4734 0.4915 ---------------------------- Predicted probability of outcome 7 (completely_satis) ---------------------------- | skill quit | 0 skilled ----------+----------------- 0 | 0.0421 0.0466 1 | 0.0789 0.0870 ----------------------------
Thanks in advance.
Comment