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
Summarize Table Column WidthI'm new to Stata and sorry for the ignorance, but I can't find the code to make the first column in …
How to test nonlinearity between hazard ratio and an Xvar after Cox regression with restricted cubic spline?Dear Statalist members, Recently I did a Cox regression with restricted cubic spline (mvrs) in orde…
add different suffixes to 1500+ variable names using foreachDear all, I have been trying to add different suffixes (numbers) to a set of variables named v1, v2…
Highly Left Skewed variableHello, I wanted to run a panel logistic regression with dependent variable Y (0, 1) and an explanat…
posterior means for crossed random effects from logistic random intercept modeldear statalist members, I am trying to estimate the posterior means of two crossed random effects f…
Subscribe to:
Post Comments (Atom)
0 Response to Comparing fixed effects coefficients for several dependent variable
Post a Comment