Hello everyone,
I am working on the relationship between X and Y. The dependent variable Y is from 51 states in the US, so does X. I tried to control the states effect in two ways:
1, reg y x i.states,robust
2, reg y x ,cluster(states)
The problem is , the first method gives me positive relationship, and the second gives me negative relationship.... So how should I deal with this problem? I really have no idea about the differences of using large dummy and cluster...
Thanks a lot!
Chen
I am working on the relationship between X and Y. The dependent variable Y is from 51 states in the US, so does X. I tried to control the states effect in two ways:
1, reg y x i.states,robust
2, reg y x ,cluster(states)
The problem is , the first method gives me positive relationship, and the second gives me negative relationship.... So how should I deal with this problem? I really have no idea about the differences of using large dummy and cluster...
Thanks a lot!
Chen
Comment