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 = -1 * weight + 85
This means that on average for every extra kilogram weight a rider loses -1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | PEDERSEN Mads | 76 |
2 | VAN DER POEL Mathieu | 75 |
4 | VAN HOOYDONCK Nathan | 78 |
7 | LAWLESS Chris | 72 |
8 | PALUTA Michał | 65 |
9 | PER David | 81 |
12 | ALLEGAERT Piet | 70 |
15 | OWEN Logan | 67 |
18 | STRAKHOV Dmitry | 70 |
21 | LIZDE Seid | 70 |
22 | VIEL Mattia | 72 |
24 | OOMEN Sam | 65 |
25 | KRUL Stef | 68 |
26 | WACHTER Alexander | 72 |