Hi,
The outcome in my model is cost and we set the distribution to be gamma distribution. I am not sure how to transform the model output to the ones that are easier to interpret.
The model looks like this:
I'm interested in figuring out how does the cost change with 1 unit change of hospital type (type = 1 if type A, and type = 0 if type B). I tried adding eform to exponentiate the coefficients but they still look very small to me. Any idea?
Thanks!
The outcome in my model is cost and we set the distribution to be gamma distribution. I am not sure how to transform the model output to the ones that are easier to interpret.
The model looks like this:
Code:
meglm cost i.type x1 x2 x3 || id:, family(gamma) link(log)
Thanks!
Comment