Hello. I'm looking for suggestions on how to graph a multilevel model I'm working on.
I'm working with a pooled dataset on hospital costs with a set of dummy covariates which I nest around two groups, country and hospital. Therefore my model looks like this:
I was looking for suggestions on how to possibly graph the random effects component of my model. I want to show the different residual effects at different nesting levels. I've looked around both on stata and elsewhere, but the best I could find is this, which doesn't help much since I don't have a x-axis time variable to work with, and I'd rather work with frequency/density on the y and costs on the x -- if that makes sense.
Thanks in advance and let me know if you need me to be more specific about my dataset.
I'm working with a pooled dataset on hospital costs with a set of dummy covariates which I nest around two groups, country and hospital. Therefore my model looks like this:
Code:
xtmixed logcost dummy1* dummy2* dummy3* || country: || hospitalid:
Thanks in advance and let me know if you need me to be more specific about my dataset.
Comment