Hello, Statalists.
When I try to run the following logistic regression:
Stata returns me the following result, which is related to the fact that my database has the problem of separation or quasi-separation:
Interpreting this result I know that the variable "logrenpcdef " being responsible for separation, but do not know what is meant by the message in relation to other variables, which are binary.
Thanks in advance
When I try to run the following logistic regression:
logistic eletri presmae metrop area logrenpcdef nmorad refsexo refraca ncrian medescresp difescresp
note: area != 0 predicts success perfectly
area dropped and 470 obs not used
note: refsexo != 1 predicts success perfectly
refsexo dropped and 21 obs not used
note: refraca != 0 predicts success perfectly
refraca dropped and 17 obs not used
note: metrop != 0 predicts failure perfectly
metrop dropped and 2 obs not used
outcome = logrenpcdef <= 6.828236 predicts data perfectly
r(2000);
area dropped and 470 obs not used
note: refsexo != 1 predicts success perfectly
refsexo dropped and 21 obs not used
note: refraca != 0 predicts success perfectly
refraca dropped and 17 obs not used
note: metrop != 0 predicts failure perfectly
metrop dropped and 2 obs not used
outcome = logrenpcdef <= 6.828236 predicts data perfectly
r(2000);
Thanks in advance
Comment