Hi I would like to obtain odds ratio for a continuous dependent variable. All variables in the code are continuous variables
Charlson - is a continuous variable that measures the pt comorbidity
This gives me a coefficient value
eg: charlson has a coef 0.06
My interpretation is: The sicker the patient the more likely the older the pt is by 0.06 points.
However can I get an odds ratio instead?
Does it make sense to get an odds ratio is perhaps I can interpret with the co efficient?
Charlson - is a continuous variable that measures the pt comorbidity
Code:
reg ptage splinevar* charlson [pw=weight]
eg: charlson has a coef 0.06
My interpretation is: The sicker the patient the more likely the older the pt is by 0.06 points.
However can I get an odds ratio instead?
Does it make sense to get an odds ratio is perhaps I can interpret with the co efficient?
Comment