I have a dataset with next columns: date, team_1, team_2, map, result_1, result_2, map_winner, starting_ct, rank_1, rank_2.
Example: Team 1 is playing against Team 2 on map X; result_1 is the number of points Team 1 got, and result_2 is for Team 2. map_winner shows which team won the game. rank_1 displays what rank is Team 1, and rank_2 displays Team 2 rank.
Here is an example of data from the dataset:
starting_ct denotes what team starded on CT side (it is related to Counter Strike Global Offensive - a FPS shooter)
I would like to find out how the starting_ct fact influences a team win rate for a certain map (for example Nuke). How could I do this in R?
I would like to display this data in a plot, but I was also wondering if I could use this data to create a predictive model - a regression for example.
- I have calculated before the general win rate of the team, and results for each map.