Hey guys,
im working on a linear regression and have some problems with that. I appreciate every comment on my topic and thank you guys in advance for your help!
So i would like to run a linear regression and i have around 100 independent variables. Around 80 of them are control variables and when i want to run the regression i receive the no observations
r(2000) return code. At first i thought this might be the case because of missing values or strings in my variables. But both is not the case. When i split the whole regress command into 50 independent variables and another 50 variables my regression is working. So for example if i run regress dependent var independent 1 - 50 it is working but if i compute it for the whole set i get the r(2000). So its not working for all the independent variables when im trying to run it as a complete formula.
Do you have any suggestions why this is the case and how to overcome this problem?
Thanks
Leo
im working on a linear regression and have some problems with that. I appreciate every comment on my topic and thank you guys in advance for your help!
So i would like to run a linear regression and i have around 100 independent variables. Around 80 of them are control variables and when i want to run the regression i receive the no observations
r(2000) return code. At first i thought this might be the case because of missing values or strings in my variables. But both is not the case. When i split the whole regress command into 50 independent variables and another 50 variables my regression is working. So for example if i run regress dependent var independent 1 - 50 it is working but if i compute it for the whole set i get the r(2000). So its not working for all the independent variables when im trying to run it as a complete formula.
Do you have any suggestions why this is the case and how to overcome this problem?
Thanks
Leo
Comment