Hello all,
I'm going through stuff I have previously written, and I'm just trying to refresh my memory
I had performed this regression
ASA- is a measure of sickliness from 1-3
experiencegrp - continuous variables (2 splines)
age - age of pt
I obtained the following result - see attached
Just to confirm - from the result as the ASA is a three levelled ordinal variable I can not interpret the relation of exerpiencegrp on ASA right?
But instead, I need to obtain predicted probabilities for each ASA level using
-margins plot-
Which I have done with the help of statlist:
https://www.statalist.org/forums/for...tic-regression
I'm going through stuff I have previously written, and I'm just trying to refresh my memory
I had performed this regression
Code:
ologit ASA experiencegrp* age [pw=weight],or
experiencegrp - continuous variables (2 splines)
age - age of pt
I obtained the following result - see attached
Just to confirm - from the result as the ASA is a three levelled ordinal variable I can not interpret the relation of exerpiencegrp on ASA right?
But instead, I need to obtain predicted probabilities for each ASA level using
-margins plot-
Which I have done with the help of statlist:
https://www.statalist.org/forums/for...tic-regression