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.3 * weight - 45
This means that on average for every extra kilogram weight a rider loses 1.3 positions in the result.
| # | Rider | Weight (KG) |
|---|---|---|
| 10 | KREDER Raymond | 70 |
| 12 | NAULEAU Bryan | 67 |
| 14 | SICARD Romain | 63 |
| 24 | HALLEGUEN Mathieu | 67 |
| 31 | DELAPLACE Anthony | 65 |
| 34 | FONSECA Armindo | 56 |
| 38 | COURTEILLE Arnaud | 62 |
| 44 | SILVA Bruno | 59 |
| 54 | BERTRAND Jonathan | 65 |
| 58 | MINNAARD Marco | 65 |
| 79 | REZA Kévin | 71 |
| 104 | KING Ben | 68 |