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.5 * weight - 8
This means that on average for every extra kilogram weight a rider loses 0.5 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | VINK Michael | 73 |
2 | ORAM James | 68 |
3 | PHELAN Adam | 73 |
4 | WHITEHOUSE Daniel | 58 |
8 | CRAWFORD Jai | 59 |
9 | MCCORMICK Hayden | 72.5 |
10 | DYBALL Benjamin | 63 |
17 | JONES Brenton | 81 |
27 | GOESINNEN Floris | 75 |
32 | AMBROSE Scott | 66 |
41 | SCULLY Tom | 85 |
43 | WIPPERT Wouter | 75 |
45 | PORTER Elliott | 73 |
50 | LAVERACK Edward | 62 |
58 | CLARK Boris | 68 |
59 | RUDOLPH Malcolm | 69 |