Dear Stata Fans,
I would like to run an analysis where I examine influence factors on people being overweight (hobbies, problems smoking, drugs, emptionalsupport)
My code reads as follows:
All variables are dichotomous. What I do not really understand is the select part of the command. What exactly is it for?
And what is the difference of this code to using
?
I tried to read in the forum and also the stata help document but i do not get what the select equitation is... sorry!
best and thank you
anne
I would like to run an analysis where I examine influence factors on people being overweight (hobbies, problems smoking, drugs, emptionalsupport)
My code reads as follows:
Code:
heckoprobit overweight hobbies problems i.smoking i.drugs i.emotional, select(binge) |
And what is the difference of this code to using
Code:
logistic overweight hobbies problems i.smoking i.drugs i.emotional binge
I tried to read in the forum and also the stata help document but i do not get what the select equitation is... sorry!
best and thank you
anne
Comment