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 = -1.6 * weight + 139
This means that on average for every extra kilogram weight a rider loses -1.6 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | JONES Brenton | 81 |
2 | WIPPERT Wouter | 75 |
3 | RUDOLPH Malcolm | 69 |
5 | SCULLY Tom | 85 |
8 | MCCORMICK Hayden | 72.5 |
13 | VINK Michael | 73 |
21 | ORAM James | 68 |
25 | CLARK Boris | 68 |
34 | PHELAN Adam | 73 |
35 | CRAWFORD Jai | 59 |
40 | DYBALL Benjamin | 63 |
41 | AMBROSE Scott | 66 |
42 | GOESINNEN Floris | 75 |
46 | WHITEHOUSE Daniel | 58 |
51 | PORTER Elliott | 73 |
58 | LAVERACK Edward | 62 |