Hello everybody,
For my master's thesis, I need help using logistic regression. It's about the effect of team composition on success in soccer in one season. About my data:
The time variable here is the game days, from 1-34. There is also a group variable: team (18 teams). Each game is considered individually, so there are 612 obs.
The dependent variable is binary (0 = not won, 1 = won).
Independent variables are:
1. the number of core players (from 0 to 11 players)
2. the percentage of core players playing on the respective match day (0-100%)
3. percentage of players who played in the last game (0-100%)
4. Percentage of times a team has played together throughout the season (0-100%)
In addition, the control variable for home games (0 = away, 1 = home)
Am I right here that I have to use the xtlogit model?
Is it possible to do this regression with percentages or do I have to modify the variables? If yes, how?
Do I have to examine the independent variables separately like:
xtlogit win no_of_core_team_players i.outwards
xtlogit win percentage_of_core_team i.outwards
xtlogit win percentage_of_line_up_last_game i.outwards
xtlogit win percentage_of_line_up_all_games i.outwards
Or all in an entire model:
xtlogit win no_of_core_team_players percentage_of_core_team percentage_of_line_up_last_game percentage_of_line_up_all_games i.outwards
Do further calculations such as odds ratio or AME make sense?
What other options are possible, e.g. to calculate effects between the teams?
Or must a completely different approach be used here?
I have attached the excel file, if someone could look at it, it would be great.
I am very grateful for any help!
Regards Julius
Related Posts with Need help with logistic regression
Comparing two groups with if statementsDear all, For an assignment I am comparing means of willingness to pay (WTP) with willingness to pa…
Generating shares from a panel dataDear Statalist, I have a panel data for educational institutions and I need to write a code for the…
Unexpected error/problem with labmaskDear all, I am trying to use labmask to assign a numeric variable "school_geo_area" the values of (…
if ignored when using logit with tech() optionDear all, when using nbreg, I encountered a problem which I was able to replicate when estimating a…
Merging individual-level administrative data setsI am combining multiple administrative data sets and would be happy to receive input on a sensible a…
Subscribe to:
Post Comments (Atom)
0 Response to Need help with logistic regression
Post a Comment