Help with multinomial logit regression software

Remove this Banner Ad

Oct 15, 2007
33,996
31,537
PCO
AFL Club
Brisbane Lions
Hi all, long time listener first time caller, I am interested using multi nominal logit regression for horse racing data. Anyone had experience in using these? I'm told there was a free program called R once upon a time but don't think it is supported on windows 10.

For those who have experience in this type of analysis I have the following:

One independent variable, whether the horse won or lost, a 1 or a 0. So this essentially acts as the final probability in the race, the winner had a probability of 1, all others in that race had a probability of 0.

One race identifier field, numeric, simply 1,2,3,4 up to several thousand.

Lots of fields of numeric quantative data.

I have had a look at XLStat and fiddled around with their program and they have a multinomial regression model in there, and I ran it over the data. However I couldn't find a way to use the race identifier, so in the end all the regression program is trying to do is fit the data to predict the winner as close to 1 as it can. This is not right. The race identifier needs to be used so that the score each horse is given in each race is then adjusted back so that each race totals 1.000 in estimated probabilities.

Know what I mean?
 
Duritz

I am familiar with a little bit of R for data analysis but tend to use python more frequently. You will likely find the python syntax and package installer more user friendly if you aren't used to programming languages

scikit-learn has several linar modelling algorithms built in and you can use numpy to get your data in a format suitable for analysis

http://scikit-learn.org/stable/modules/classes.html#module-sklearn.linear_model

If you don't want to deal with writing code you may be able to use SAS Studio (I have only worked with Enterprise Guide) but you will still need at least a basic understanding of statistics and data structures regardless of what path you choose to go down
 
Last edited:

Remove this Banner Ad

Back
Top