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.3 * weight + 31
This means that on average for every extra kilogram weight a rider loses -0.3 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
2 | PAVLUKHINA Olena | 68 |
4 | LACH Marta | 59 |
5 | PITEL Edwige | 52 |
8 | AMIALIUSIK Alena | 53 |
9 | CECCHINI Elena | 52 |
12 | BARNES Hannah | 52 |
13 | VEKEMANS Anisha | 52 |
14 | MARCHE Shara | 58 |
15 | ZABELINSKAYA Olga | 52 |
17 | DUYCK Ann-Sophie | 60 |
20 | STEVKOVA Janka | 54 |
21 | SAIFUTDINOVA Natalya | 57 |