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
Related Posts with Comparing fixed effects coefficients for several dependent variable
combine csv filesHi all, I have 1460 file.csv, each one of these files provide information on price, brand and fuel o…
variable does not uniquely identify observations in the using dataHi I'm working with two data bases but there they don't have the same observations. The first one be…
Multiple Legends and Reducing Variables with Four Panes in CoefplotHey there Stata users, I am trying to plot the results for a select number of independent variables…
Replacing values of one variable by specific value in anotherHi All, I have data that resembles the following: Code: * Example generated by -dataex-. To inst…
calculating yield to maturity for coupon bondsHi, I do a research on bond market. Searching on the net, I could not find any stata cammand which …
Subscribe to:
Post Comments (Atom)
0 Response to Comparing fixed effects coefficients for several dependent variable
Post a Comment