Hi
I have a dataset of 250 panels , 20 years each. The panels are further categorised into two main groups A and B. There are three variables for each group as Var1A, Var2A, Var3A and Var1B, Var2B, Var3B.
Now I want to see the cross-interactions among the two groups. In other words, I want to run few regressions as:1: regress Var1A Var2B Var3B; 2: regress Var1B Var2A Var3A
The stata simple says no observation. As the variables of group A belong to one set of panels and that ob B are a different set of variables. This means that while we regress Var1A with Var2B, these are two different panel sets, so the panels having data for Var1A are not same as the panels having the data for Var2B.
I also want ot run the same cross group analysis with VAR (vector auto regression) where I want to try:
pvar Var1A Var2B Var3B
but the result is again no observation.
Is there any way I can find the relationship among the variables that belong to different group of panels.which i call cross-group estimations. Also in a way I want to see the effect of varA belonging to one set of panels on varB belonging to a different set of panels. Not sure how this can be achieved. Or is there any other way to find the relationship among variables belonging to different set of panels?
I have a dataset of 250 panels , 20 years each. The panels are further categorised into two main groups A and B. There are three variables for each group as Var1A, Var2A, Var3A and Var1B, Var2B, Var3B.
Now I want to see the cross-interactions among the two groups. In other words, I want to run few regressions as:1: regress Var1A Var2B Var3B; 2: regress Var1B Var2A Var3A
The stata simple says no observation. As the variables of group A belong to one set of panels and that ob B are a different set of variables. This means that while we regress Var1A with Var2B, these are two different panel sets, so the panels having data for Var1A are not same as the panels having the data for Var2B.
I also want ot run the same cross group analysis with VAR (vector auto regression) where I want to try:
pvar Var1A Var2B Var3B
but the result is again no observation.
Is there any way I can find the relationship among the variables that belong to different group of panels.which i call cross-group estimations. Also in a way I want to see the effect of varA belonging to one set of panels on varB belonging to a different set of panels. Not sure how this can be achieved. Or is there any other way to find the relationship among variables belonging to different set of panels?
Comment