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.4 * weight + 31
This means that on average for every extra kilogram weight a rider loses 0.4 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
6 | SEGERS Joren | 78 |
9 | HAVIK Yoeri | 66 |
17 | VAN LERBERGHE Bert | 83 |
27 | VAN DER HAAR Lars | 58 |
29 | REINDERS Elmar | 78.1 |
48 | MEINTJES Louis | 58 |
57 | RIESEBEEK Oscar | 78 |
66 | VAN MEIRHAEGHE Jef | 71 |
73 | EDMONDSON Joshua | 62 |
79 | FRISON Frederik | 84 |
80 | COENEN Dennis | 69 |
86 | VAN GOETHEM Brian | 77 |
96 | DUNNE Conor | 88 |
98 | ADAMS Jens | 66 |
100 | SWEECK Hendrik | 72 |