I am trying to perform a logistic regression but I am running into issues with the var. I keep getting the error "outcome does not vary". I tabbed my question
I was trying to use as the outcome in the variable I got
I thought Stata would ignore the .v observations so I decided to
and got a mean of 2.5! I have no idea how the mean is so high unless the .v are holding values? Has anyone ran into this issue or how to remedy it so I can run the logistical regression?
Code:
tab Q1_2
| Q1_2 | Freq |
| .v | 194 |
| 0 | 117 |
| 1 | 29 |
Code:
tabstat Q1_2

Comment