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 + 20
This means that on average for every extra kilogram weight a rider loses -0.1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
2 | STOSZ Patryk | 70 |
4 | DE JONG Timo | 72 |
7 | RONHAAR Pim | 60 |
8 | REINHARDT Theo | 72 |
10 | KRIJNSEN Jelte | 73 |
12 | WIRTGEN Tom | 77 |
13 | KERCKHAERT Jochem | 59 |
14 | KONYCHEV Alexander | 76 |
15 | RASENBERG Martijn | 78 |
16 | ISERBYT Eli | 55 |
18 | RÜEGG Lukas | 66 |
21 | LAURYSSEN Yorben | 67 |
22 | VERZA Riccardo | 69 |