Dear network,
I have 10 independent variables (x1, x2, x3, x4, x5, x6, x7, x8, x9, and x10) and five dependent variables (y1, y2, y3, y4, y5). I run the following regressions:
regress y1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10
regress y2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10
regress y3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10
regress y4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10
regress y5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10
I would like to test whether the coefficient of x1 is JOINTLY equal to 0 across all the five models. Similarly, I want to do it also for the rest of coefficients. This is, I would like to make 10 joint F-tests.
Any suggestion?
Thanks!
Related Posts with Estimate whether coefficient of different models are JOINTLY equal to zero
GMM estimation: when one of dependent variables minus a constantDear everyone, I had noticed a very interesting phenomenon in GMM estimation, which I can't figure …
Comparing string values within the same variableHi folks, I have a database with +70k observations. I am looking at school principals turnover of +…
Plotting Different Regression Values in One Graph with CoefplotHello there, I'm currently running a series of regressions using US State data. So far, I've create…
how to use bysort with function total and tabI have data include varables ( year , Event_Type , Loss_Amount__USD ) I want state to to sort the d…
Weak instrument test for RE estimationHello! I was wondering if anyone could provide me with some guidance as to what weak instrument test…
Subscribe to:
Post Comments (Atom)
0 Response to Estimate whether coefficient of different models are JOINTLY equal to zero
Post a Comment