0
Probit <- glm(lfprt ~ expr + educ + age, data = data, family = binomial(link = "probit"),
control = list(maxit = 50))

Keep getting an error, don't understand why the error is there.

The dependent variable lfprt goes from 0:1

Pluviophile
  • 2,381
  • 8
  • 18
  • 45
  • most likely to be perfect separation. see here https://stats.stackexchange.com/questions/239928/is-there-any-intuitive-explanation-of-why-logistic-regression-will-not-work-for – Haitao Du Apr 26 '21 at 09:05

0 Answers0