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 + 101
This means that on average for every extra kilogram weight a rider loses -1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | GAZVODA Gregor | 72 |
5 | MOURIS Jens | 91 |
8 | DE WEERT Kevin | 70 |
11 | DE KORT Koen | 69 |
17 | HOOGERLAND Johnny | 65 |
18 | SHPILEVSKY Boris | 78 |
31 | VAN HUMMEL Kenny | 64 |
38 | DE FAUW Dimitri | 77 |
48 | FIRSANOV Sergey | 58 |
53 | SOUTHAM Tom | 69 |
55 | MARIN Matej | 67 |
60 | DEKKERS Hans | 72 |