python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Multinomial logit with random effects does not converge using mblogit
I would like to estimate a random effects (RE) multinomial logit model.
I have been applying mblogit from the mclogit package. However, once I introduce RE into my model, it fails to converge.
Is ther...
Barbora
Votes: 0
Answers: 0
Python logit regression matrix shape error "ValueError: endog and exog matrices are different sizes"
Basic setup: I'm trying to run a logit regression in python on the probability of founding a business (founder variable) the exogenous variables are year, age, edu_cat (education category), and sex.
...
David Olson
Votes: 0
Answers: 1
Cannot calculate marginal effects in logit model
I am running the following regression:
Model <- glm(emp ~ industry + nat_status + region + state + age + educ7 + religion + caste,
family=binomial(link="logit"), data=IHDS)
...
Eric
Votes: 0
Answers: 0