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 + 88
This means that on average for every extra kilogram weight a rider loses -0.6 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | BRESCHEL Matti | 70 |
3 | HEGREBERG Morten | 72 |
4 | VESTØL Bjørnar | 85 |
9 | GERRANS Simon | 62 |
10 | HONIG Reinier | 61 |
47 | RASCH Gabriel | 72 |
58 | PEDERSEN Martin | 62 |
59 | CHRISTENSEN Mads | 69 |
69 | KESSIAKOFF Fredrik | 61 |
74 | LINDGREN Emil | 59 |
83 | WILMANN Frederik | 69 |
87 | NORDHAUG Lars Petter | 63 |
91 | MORTENSEN Martin | 70 |
99 | OJAVEE Mart | 80 |