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.6 * weight + 60
This means that on average for every extra kilogram weight a rider loses -0.6 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
3 | CAPPELLE Andy | 71 |
5 | ROBERTS Luke | 71 |
8 | DE NEEF Steven | 75 |
10 | VANLANDSCHOOT James | 67 |
12 | COENEN Johan | 67 |
14 | SCHEIRLINCKX Staf | 78 |
16 | BLACKGROVE Heath | 65 |
20 | LEUKEMANS Björn | 67 |
22 | KUYCKX Jan | 68 |
24 | LEYSEN Bart | 75 |
29 | VAN DOOREN Bas | 59 |
32 | AL Thijs | 72 |
33 | SCHEIRLINCKX Bert | 67 |