Greetings,
I have two variables. The first shows the happiness of a person on a scale between 0 and 10. The second one shows how satisfied a person with his/her health is. It's also on a scale from 0 to 10.
I ran a regression and the health of a person has an significant effect on happiness, obviously.
Now I wonder if this correlation can be even used in a regression, because happiness could also have an influence on health, right?
So I ran the following command
and got this result
As fas as I know this means that there is a correlation between the two, but does this result mean, that the two influence each other or are influenced simultaneously by another variable? If not which command can I use to get an answear for this question?
Some help would be really aprreciated. Thank you
I have two variables. The first shows the happiness of a person on a scale between 0 and 10. The second one shows how satisfied a person with his/her health is. It's also on a scale from 0 to 10.
I ran a regression and the health of a person has an significant effect on happiness, obviously.
Now I wonder if this correlation can be even used in a regression, because happiness could also have an influence on health, right?
So I ran the following command
Code:
tab happy health, chi
Code:
Pearson chi2(110) = 1.8e+03 Pr = 0.000
Some help would be really aprreciated. Thank you
Comment