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.3 * weight + 46
This means that on average for every extra kilogram weight a rider loses -0.3 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | LAWLESS Chris | 72 |
4 | SMITH Dion | 67 |
5 | EVANS Brad | 70 |
12 | LAMPIER Steven | 68 |
18 | ORAM James | 68 |
20 | VINK Michael | 73 |
21 | CULEY Marcus | 69 |
26 | WILLIAMS Stephen | 59 |
29 | MCCORMICK Hayden | 72.5 |
30 | O'CONNOR Ben | 67 |
31 | KERGOZOU DE LA BOESSIERE Nick | 74 |
44 | CLARK Boris | 68 |
45 | CHRISTENSEN Ryan | 63 |
47 | SCHREURS Hamish | 69 |
49 | NEWBERY Dylan | 75 |
52 | VOLKERS Samuel | 67 |