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
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