vballer
- 2
- 0
I have a bunch of data for volleyball and I am trying to figure out how correlated certain stats are to winning a game. Here is a small example of the data set.
[TABLE="width: 500"]
[TR]
[TD]Pts
[/TD]
[TD]Err
[/TD]
[TD]Diff
[/TD]
[TD]EFF%[/TD]
[TD]Win
[/TD]
[/TR]
[TR]
[TD]21
[/TD]
[TD]10
[/TD]
[TD]11
[/TD]
[TD].360
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]21
[/TD]
[TD]10
[/TD]
[TD]11
[/TD]
[TD].350
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]18
[/TD]
[TD]11
[/TD]
[TD]7
[/TD]
[TD].250
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD]6
[/TD]
[TD]8
[/TD]
[TD].280
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]19
[/TD]
[TD]10
[/TD]
[TD]9
[/TD]
[TD].380
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]17
[/TD]
[TD]6
[/TD]
[TD]11
[/TD]
[TD].300
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]12
[/TD]
[TD]9
[/TD]
[TD]3
[/TD]
[TD].200
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD]10
[/TD]
[TD]4[/TD]
[TD].100
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]8
[/TD]
[TD]3
[/TD]
[TD].050
[/TD]
[TD]0
[/TD]
[/TR]
[/TABLE]
I am trying to determine which of these items are most correlated to winning (the last column). As you can see if it is a win the value is 1 and if not then it is a 0. In addition, to determining the most useful stats for determining a win, I would like to know what levels each of the first 4 columns should be in order to generate a win at a certain confidence level.
Any help with this is greatly appreciated.
Thanks
Jamie
[TABLE="width: 500"]
[TR]
[TD]Pts
[/TD]
[TD]Err
[/TD]
[TD]Diff
[/TD]
[TD]EFF%[/TD]
[TD]Win
[/TD]
[/TR]
[TR]
[TD]21
[/TD]
[TD]10
[/TD]
[TD]11
[/TD]
[TD].360
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]21
[/TD]
[TD]10
[/TD]
[TD]11
[/TD]
[TD].350
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]18
[/TD]
[TD]11
[/TD]
[TD]7
[/TD]
[TD].250
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD]6
[/TD]
[TD]8
[/TD]
[TD].280
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]19
[/TD]
[TD]10
[/TD]
[TD]9
[/TD]
[TD].380
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]17
[/TD]
[TD]6
[/TD]
[TD]11
[/TD]
[TD].300
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]12
[/TD]
[TD]9
[/TD]
[TD]3
[/TD]
[TD].200
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD]10
[/TD]
[TD]4[/TD]
[TD].100
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]8
[/TD]
[TD]3
[/TD]
[TD].050
[/TD]
[TD]0
[/TD]
[/TR]
[/TABLE]
I am trying to determine which of these items are most correlated to winning (the last column). As you can see if it is a win the value is 1 and if not then it is a 0. In addition, to determining the most useful stats for determining a win, I would like to know what levels each of the first 4 columns should be in order to generate a win at a certain confidence level.
Any help with this is greatly appreciated.
Thanks
Jamie