Hi all,
I need to check the robustness of my model. I read that it is possible to check the robustness by specify the regression. I added additional controls or other measures of my independent variables. However, I want to do a regression which excludes missing observations of the independent variables.
I tried this command : xtreg var1 var2 var3 var4 dummy if var2=!(missing) & if var3=!(missing) & if var4=!(missing), fe vce (robust).
This command did not work. I do not even think if it´s the right approach. Hope you can help me.
Cheers
Linda
I need to check the robustness of my model. I read that it is possible to check the robustness by specify the regression. I added additional controls or other measures of my independent variables. However, I want to do a regression which excludes missing observations of the independent variables.
I tried this command : xtreg var1 var2 var3 var4 dummy if var2=!(missing) & if var3=!(missing) & if var4=!(missing), fe vce (robust).
This command did not work. I do not even think if it´s the right approach. Hope you can help me.
Cheers
Linda
Comment