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.5 * weight + 43
This means that on average for every extra kilogram weight a rider loses -0.5 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | DEWAELE Maurice | 69 |
2 | BIDOT Marcel | 78 |
3 | FRANTZ Nicolas | 78 |
4 | LEDUCQ André | 76 |
5 | CAÑARDO Mariano | 77 |
6 | VERVAECKE Julien | 70 |
7 | FONTAN Victor | 66 |
8 | FAURE Benoît | 58 |
9 | DÉOLET Aimé | 69 |
10 | CARDONA Salvador | 68 |
12 | TRUEBA Vicente | 58 |
14 | AERTS Jean | 70 |
17 | CEPEDA Francisco | 64 |
18 | EZQUERRA Federico | 63 |