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.7 * weight + 77
This means that on average for every extra kilogram weight a rider loses -0.7 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | GAZZOLI Michele | 76 |
2 | MOZZATO Luca | 67 |
4 | DAINESE Alberto | 70 |
5 | KONYCHEV Alexander | 76 |
6 | PRONSKIY Vadim | 58 |
7 | SHAUCHENKA Siarhei | 74 |
10 | MONIQUET Sylvain | 61 |
12 | QUARTERMAN Charlie | 75 |
13 | FERRARI Andrea | 64 |
22 | CHZHAN Igor | 71 |
23 | EL GOUZI Omar | 58 |
36 | ZAMBELLI Samuele | 70 |
63 | PAQUOT Tom | 70 |
89 | RIVI Samuele | 72 |
93 | MARUKHIN Daniil | 64 |
99 | NOVIKOV Savva | 65 |