Hello,
I am using Stata12 and would like to regress by using lagged measures and include two fixed effects (say time and style). I have tried following:
xi: reg y laggedy x2 x3 x4 x5 i.year i.style
Questions:
1) How do I have to deal with missing values (e.g. "laggedy" has more than 1000 missing values)? Is my formula right?
2) I would like to add fixed effects: i.year & i.style. Do I have to add anything?
3) How can I cluster standard deviation?
If necessary, I can give you further information.
Thanks a lot!
I am using Stata12 and would like to regress by using lagged measures and include two fixed effects (say time and style). I have tried following:
xi: reg y laggedy x2 x3 x4 x5 i.year i.style
Questions:
1) How do I have to deal with missing values (e.g. "laggedy" has more than 1000 missing values)? Is my formula right?
2) I would like to add fixed effects: i.year & i.style. Do I have to add anything?
3) How can I cluster standard deviation?
If necessary, I can give you further information.
Thanks a lot!
Comment