Hello,
First of all, I will show a sample of my data in order you can advise me more efficiently:
I want to regress the first variable on the other nine variables that compose my data. However, as you can observe on the sample data above, there are observations for which there is no complete data (i.e. some observations have data for the first variable but not for the rest of variables, or other observations have data for all variables except for the last one). My main question is if entering the regress command without modificating the data (i.e. as it appears on the above sample) would affect severly the regression results. If so, what changes should I make to the data?Thanks a lot for your help.
First of all, I will show a sample of my data in order you can advise me more efficiently:
Code:
input float(var1 var2 var3 var4) int var5 float(var6 var7 var8) int var9 float var10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0013657 .0025 2.16 2.05 0 .013 .751 2.67 0 3.6963515 .0016142 .0025 2.16 1.66 0 .012 .294 .83 0 2.1860511 -.0087183 .0025 2.58 13.99 1 .015 .055 4.97 1 .3364722 -.0117893 .0025 4.58 4.34 0 .014 .975 1.63 1 5.605434 -.0049639 .0025 8.24 7.02 0 .0106 .727 .38 0 6.633187 .0136232 .0025 8.36 .75 0 .013 .779 .45 0 4.3515673 .0039 .0025 9.13 6.35 0 .011 .753 .08 1 6.466611 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -.0175924 . . . . . . . . . -.0021373 .0025 10.07 4.36 0 .0096 .623 1.45 1 5.063228 . . . . . . . . . . . . . . . . . . . . -.0028949 . . . . . . . . . -.003418 . . . . . . . . . .0017405 . . . . . . . . . .0017405 . . . . . . . . . -.003514 . . . . . . . . . .0026327 . . . . . . . . . -.0050415 .01 1.29 1.46 0 .0208 .055 .26 0 . -.0050251 . . . . . . . . . -.004573 .0025 1.29 1.46 0 .0133 .055 .26 0 .6418539
Comment