Hello everyone,
I'm working on my first empirical project and got stuck in my logistic regression.
My dependent variable is HOUSE, indicating whether s.o. owns a house. So it's binary coded (1 if s.o. owns a house, 0 if not).
line1, line2 and line3 are dummies for the line s.o. is working in.
Unfortunately, in my sample I only have two persons working in line2 and both own a house. So Stata drops these observations and omitts the dummy.

Now I'm seeking your advice: Should I
a) leave the model as it is?
b) exclude the whole set of dummies?
c) or change the dummy-coding (integrate line2 in line1 and hence make the variable binary)
Thanks a lot for taking the time to help me!
Simon
I'm working on my first empirical project and got stuck in my logistic regression.
My dependent variable is HOUSE, indicating whether s.o. owns a house. So it's binary coded (1 if s.o. owns a house, 0 if not).
line1, line2 and line3 are dummies for the line s.o. is working in.
Unfortunately, in my sample I only have two persons working in line2 and both own a house. So Stata drops these observations and omitts the dummy.
Now I'm seeking your advice: Should I
a) leave the model as it is?
b) exclude the whole set of dummies?
c) or change the dummy-coding (integrate line2 in line1 and hence make the variable binary)
Thanks a lot for taking the time to help me!
Simon
Comment