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)
Predicting GLMs
After I split my data frame into a training and test set, I made 2 logit regression tables with the training set. Now I need to use those models to predict the outcome of the test set and use both mod...
Marie Sara
Votes: 0
Answers: 0
How to correct standard errors standard errors in a multinomial logit using IV
I am trying to estimate a multinomial logit model using an instrumental variable. I didn't find any preexisting package, so I tried to estimate using a two-stage approach.
First estimating the first s...
Maria Mittelbach
Votes: 0
Answers: 0
Estimating parameters using stan when the distribution for response variable in a regression is non-normal - Part 2
This is an extension of my previous post here Estimating parameters using stan when the distribution for response variable in a regression is non-normal.
Let say I have below data
dat = list(y = c(0.0...
Bogaso
Votes: 0
Answers: 1
Why will this csv file not load in R mlogit?
SOLVED
This has been blowing up my head all afternoon I simply cannot figure out why I cannot run mlogit on this simple data set
small snip
race,horseno,place,win,
1,1,4,0,1,0.7,1,0.33,0.13,0.09,0.72,...
Moneyball
Votes: 0
Answers: 1