Hello, suppose I have two regression using panel data random effect and cluster the error term
Model1: reg y1 x1 x2 x3, vce (cluster id) re
Model2: reg y2 x1 x2 x3, vce (cluster id) re
To run the seemingly unrelated regression, I simply run the code:
SUREG (y1 x1 x2 x3, vce (cluster id) re) (y2 x1 x2 x3, vce (cluster id) re)
Question 1:
Am I doing properly here? Because when I ran the models separately, some coefficients are not significant. But when I put them in the SUREG, they become very significant.
I thought usually SUREG will hurt the significance level, doesn't it? Why it becomes significant in the sureg?
Question 2:
How to compare the coefficients in SUREG? Shall I do something like:
test [y1]x1 = [y1]x2
Question 3:
How to see the number of groups (id) used in SUREG model?
Thank you
Related Posts with How to run the seemingly unrelated regression? and how to compare the coefficients?
Intraday Data (1 Minute data)Hello, I appreciate if you could help me on formatting 1-minute data. I have datetime variable as “2…
Testing difference between BLUPS after mixedDear Statalisters, I'm running a two-level empty mixed model, with levels individuals, city and st…
how to calculate dependency ratio in STATAPlease let me know how to calculate dependency ration in STATA.. is the command below correct bys S…
Estimate a part of a data setHello! In the data set I have the variable: "college" = 1 if student went to college, 0 otherwise; …
Estimate impact of a dummy variable in term of other variablesHello, I estimated utility from going to school conditional on some variables including a dummy var…
Subscribe to:
Post Comments (Atom)
0 Response to How to run the seemingly unrelated regression? and how to compare the coefficients?
Post a Comment