Dear all, I have estimated a fixed effect panel regression model for several dependent variable in my data set.
For example, I have:
xtreg y1 x1 x2 x3, fe cluster (ID)
xtreg y2 x1 x2 x3, fe cluster (ID)
xtreg y3 x1 x2 x3, fe cluster (ID)
xtreg y4 x1 x2 x3, fe cluster (ID)
xtreg y5 x1 x2 x3, fe cluster (ID)
xtreg y6 x1 x2 x3, fe cluster (ID)
and I would like to know if x1 (coefficient) in all regression is statistically significant or not,
so I try to use "suest" command and do multiple hypothesis testing.
For example,
test (x1), mtest
test (x1), mtest (bonferroni)
test (x1), mtest (holm)
However stata gives me the comment "xtreg is not supported by suest".
So I couldn' t do the multiple hypothesis testing.
I have looked everywhere for a test on stata but I only got more confused by the various different answers.
Can anyone help me and provide me with an easy fix for this problem?
Thank you very much.
Narumi
For example, I have:
xtreg y1 x1 x2 x3, fe cluster (ID)
xtreg y2 x1 x2 x3, fe cluster (ID)
xtreg y3 x1 x2 x3, fe cluster (ID)
xtreg y4 x1 x2 x3, fe cluster (ID)
xtreg y5 x1 x2 x3, fe cluster (ID)
xtreg y6 x1 x2 x3, fe cluster (ID)
and I would like to know if x1 (coefficient) in all regression is statistically significant or not,
so I try to use "suest" command and do multiple hypothesis testing.
For example,
test (x1), mtest
test (x1), mtest (bonferroni)
test (x1), mtest (holm)
However stata gives me the comment "xtreg is not supported by suest".
So I couldn' t do the multiple hypothesis testing.
I have looked everywhere for a test on stata but I only got more confused by the various different answers.
Can anyone help me and provide me with an easy fix for this problem?
Thank you very much.
Narumi
Comment