Hi everyone,
I'm trying to build a statistical football model for fun. I am focussing on one football club. My dependent variable is the result of the match (a win, draw or loss) and my independent variables include amount of possession, Shots on target (for), Shots on target (conceded).
A sample of my dataset in Stata looks like this: I have 85 observations.
I suppose the goal of this model is to see the influence of the three independent variables on the result of the match.
My dependent variable is obviously a string variable. What is the best way to convert it?
Is there any other suggestions that you guys would make on how to run this model?
Thanks
M
I'm trying to build a statistical football model for fun. I am focussing on one football club. My dependent variable is the result of the match (a win, draw or loss) and my independent variables include amount of possession, Shots on target (for), Shots on target (conceded).
A sample of my dataset in Stata looks like this: I have 85 observations.
Result | Possession | SOT (for) | SOT (against) |
W | 62.9 | 5 | 3 |
D | 42.2 | 3 | 4 |
L | 58.1 | 1 | 4 |
I suppose the goal of this model is to see the influence of the three independent variables on the result of the match.
My dependent variable is obviously a string variable. What is the best way to convert it?
Is there any other suggestions that you guys would make on how to run this model?
Thanks
M
Comment