Hello,
I have some problems using the coefplot command following a suest.
I estimated 9 individual regression models. These models all include the same indepent variables, although the dependent variable varies. I used the suest command to combine the estimation results. Now, I want to plot the first coefficient of each model (the first coefficient is always the same in all submodels), in order to compare this coefficient as well as the 95% conf. intervall graphically across the models. I stored the suest as "dunrateoverall".
However, when I use the coefplot command in the following way:
coefplot dunrateoverall, keep (resQminus1)
it only plots the coefficient of the first submodel, not of all submodels.
The stored estimate correctly stored the whole suest, so I dont know why coefplot only gives me the coefficient of the first submodel...
Thank you already for your help. This is my first post as I am just starting to work properly with Stata.
I have some problems using the coefplot command following a suest.
I estimated 9 individual regression models. These models all include the same indepent variables, although the dependent variable varies. I used the suest command to combine the estimation results. Now, I want to plot the first coefficient of each model (the first coefficient is always the same in all submodels), in order to compare this coefficient as well as the 95% conf. intervall graphically across the models. I stored the suest as "dunrateoverall".
However, when I use the coefplot command in the following way:
coefplot dunrateoverall, keep (resQminus1)
it only plots the coefficient of the first submodel, not of all submodels.
The stored estimate correctly stored the whole suest, so I dont know why coefplot only gives me the coefficient of the first submodel...
Thank you already for your help. This is my first post as I am just starting to work properly with Stata.
Comment