I'm fitting a logistic regression of a sports outcome as a function of what players were playing that point. The dependent variable is whether or not the team scored a point, and the independent variables (mostly) are binary variables indicating if a player was playing at that time.
I have a couple of issues/questions.
where SmallNumber is a negative number such that the model still converges (I've been using -10). I do this to indicate to the model that the likelihood of scoring a point should approach zero if no players are playing.
Is this ok? What consequences will this have?
2. I'm also unsure about the interpretation. If I get an odds ratio of 3.0, does that indicate that my odds of scoring a point are 3x higher when that player plays "compared to when she does not? aka when we play one player short?"
Also, with odds ratios for all players, is there a way I can calculate the odds of scoring a point when player X plays "relative to if player Y had played instead?"
Thanks a lot!
Eliot Alexander
I have a couple of issues/questions.
- The first is about the intercept. When all independent variables are zero, this indicates that no players at all are playing. That will obviously not lead to a 50/50 chance of scoring a point. For this, I used:
where SmallNumber is a negative number such that the model still converges (I've been using -10). I do this to indicate to the model that the likelihood of scoring a point should approach zero if no players are playing.
Is this ok? What consequences will this have?
2. I'm also unsure about the interpretation. If I get an odds ratio of 3.0, does that indicate that my odds of scoring a point are 3x higher when that player plays "compared to when she does not? aka when we play one player short?"
Also, with odds ratios for all players, is there a way I can calculate the odds of scoring a point when player X plays "relative to if player Y had played instead?"
Thanks a lot!
Eliot Alexander
Comment