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 * weight + 5
This means that on average for every extra kilogram weight a rider loses 0 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | DUIJN Huub | 73 |
2 | HELMINEN Matti | 74 |
3 | PINEAU Cédric | 68 |
4 | CLEMENT Stef | 66 |
5 | VAN VOOREN Steven | 75 |
6 | DE CLERCQ Bart | 67 |
7 | HOOGERLAND Johnny | 65 |
8 | GILBERT Philippe | 75 |
10 | TANNER David | 70 |
11 | VAN LEIJEN Joost | 73 |
12 | TERPSTRA Niki | 75 |
13 | MEERSMAN Gianni | 63 |
14 | NAVARDAUSKAS Ramūnas | 79 |
15 | PFINGSTEN Christoph | 69 |
16 | VAN WINDEN Dennis | 70 |