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
Why the researchers add controls variables in Panel Data regression?Dear Statalist, I am wondering about the reasons behind adding more control variables in the panel …
Importing delimited csv with special characters including double quotesI am trying to import a large comma-delimited csv (~1M rows). Variables are bound by double quotes b…
Using the Code substr() for numbers of regionsHello Everybody! I need help with a code. I have numbers of german's regions (e.g. 1002,1051 to 160…
Time Series, Range specification "if": "tin": "range" commands.Dear All, Thanks in advance! I was running a Vector Autoregressive Model (VAR) with time-series dat…
How to run the same macro-command(s) on multiple files (creating a loop)Hi! I am wondering how to run a macro-command on multiple files in a folder. The file-names (txt) a…
Subscribe to:
Post Comments (Atom)
0 Response to Comparing fixed effects coefficients for several dependent variable
Post a Comment