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 - 8
This means that on average for every extra kilogram weight a rider loses 0.3 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | IVANOV Sergei | 73 |
3 | ETXEBARRIA David | 55 |
6 | DELRIEU David | 69 |
7 | KJÆRGAARD Steffen | 74 |
8 | D'HOLLANDER Glenn | 74 |
9 | CAÑADA David | 65 |
10 | SALMON Benoît | 60 |
11 | RUBIERA José Luis | 69 |
14 | BOOGERD Michael | 62 |
16 | VOGELS Henk | 75 |
17 | HØJ Frank | 80 |
18 | HUSER Rolf | 65 |
19 | MORIN Anthony | 79 |