Hello everyone,
I am a PhD student in Economics and for my first paper I want to use the "domin" command on Stata in order to analyse the relative importance of some predictors present in my regression.
My regression model is a multilevel linear mixed effect (mixed dep-var indep-var id || country, mle). My group/id variable is "country". I have 2 level, individual data as level-1, country data as level-2.
But I have several questions :
I am a PhD student in Economics and for my first paper I want to use the "domin" command on Stata in order to analyse the relative importance of some predictors present in my regression.
My regression model is a multilevel linear mixed effect (mixed dep-var indep-var id || country, mle). My group/id variable is "country". I have 2 level, individual data as level-1, country data as level-2.
But I have several questions :
- Knowing that I am using a multilevel model, should I specify it in the domin command? Here is what I did : domin dep-var indep-var, reg(mixdom, id(country)) fitstat(e(r2_b)). Is it okay to do that way for a multilevel model? I am a bit concerned about the fitstat which is using a "basic" R2.
- Second, I have several control variables in my model and I wanted to know if the domin command could provide me results only for my outcome variables, i.e take into account the control variables in the computaion, but give me Standardized domin stat for my outcome variables only.
Comment