Hello everyone,
I have to run a regression on my data. Basically I want so see the effect income has on happiness. I use this simple regression command
Then I want to implement some control variables into the regression
However, some values for education and age are missing resulting in a lower number of obervations. These seem to be random.
Should I ignore this drop in observations or should I manually reduce the number of observations for the first regression by dropping the missing values beforehand? This way the amount of observations would stays the same within the two regressions.
Thanks a lot
I have to run a regression on my data. Basically I want so see the effect income has on happiness. I use this simple regression command
Code:
reg happiness income
Code:
reg happiness income education age
Should I ignore this drop in observations or should I manually reduce the number of observations for the first regression by dropping the missing values beforehand? This way the amount of observations would stays the same within the two regressions.
Thanks a lot
Comment