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.1 * weight + 10
This means that on average for every extra kilogram weight a rider loses 0.1 positions in the result.
| # | Rider | Weight (KG) |
|---|---|---|
| 1 | PAPOK Siarhei | 76 |
| 2 | HUREL Tony | 66 |
| 8 | MARTINEZ Yannick | 69 |
| 10 | GAUTIER Cyril | 65 |
| 11 | KREDER Michel | 67 |
| 13 | LAMOISSON Morgan | 69 |
| 15 | COLONNA Paolo | 65 |
| 16 | VAN ZANDBEEK Ronan | 72 |
| 25 | CHAIGNEAU Robin | 80 |
| 31 | ROUX Anthony | 73 |
| 36 | STANNARD Ian | 83 |
| 51 | FAIRLY Caleb | 60 |