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?
Merging two panel data set when name of countries differ slighltyI am using two different data sets from; one from World Bank and another one from IMF. The name of t…
Adding a new variable on Stata that has different dimensions than the variables from a dataset that is in useHello, Is there a way to add a new variable on Stata that has different dimensions than the dataset…
How to transfer multiple values stored under a local macro into a variableHello, How can I transfer multiple values stored under a local macro into a variable? Below is wha…
List a single observation, formatted in a columnDear all, I would like to list the values of a single observation such that for each variable the o…
Mi predict basesurvHi all, I am having problems trying to get the baseline survivor function after mi predict. I am us…
Subscribe to:
Post Comments (Atom)
0 Response to How to run the seemingly unrelated regression? and how to compare the coefficients?
Post a Comment