Regression line on weight and result
With regression analysis we can check if there is a relationship between a dependent (also called outcome variable) and an independent variable. In this statistic, the relationship between the weight of a rider and the result (outcome) is investigated.
The formula for the regression line on the riders in the result is as follows:
The formula for the regression line on the riders in the result is as follows:
result = 0.1 * weight + 4
This means that on average for every extra kilogram weight a rider loses 0.1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | ROULSTON Hayden | 81 |
1 | SERGENT Jesse | 76 |
4 | BLACKGROVE Heath | 65 |
4 | BEWLEY Sam | 81 |
4 | CHADWICK Glen Alan | 75 |
5 | REID Robin | 62 |
5 | BENNETT George | 58 |
6 | BAUER Jack | 74 |
8 | EARLE Nathan | 70 |
9 | EARLY James | 65 |
10 | BEVIN Patrick | 75 |
10 | NORTHEY Michael James | 69 |
12 | LANDIS Floyd | 68 |
13 | VINK Michael | 73 |
15 | TREACEY David | 67 |
16 | YATES Jeremy | 73 |
16 | BOND Hamish | 91 |