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 - 10
This means that on average for every extra kilogram weight a rider loses 0.3 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
3 | HOLMES Wil | 64 |
3 | DICK Ahron | 69 |
4 | HERNANDEZ Jan | 54 |
5 | MEDINA Joaquin | 64 |
7 | MOLENAAR Ko | 68 |
7 | SOLEN Keije | 67 |
9 | BOUCHER Hugo | 67 |
10 | BIJLSMA Sjoerd | 68 |
10 | DIJKMAN Daan | 55 |
10 | GOOLD Max | 59 |
10 | ZOMERMAAND Jurgen | 67 |
13 | GUICHARD Carter | 66 |
14 | VAN KEULEN Wessel | 71 |
14 | QUINT Antoine | 75 |
17 | SCHWARTZ Simon | 69 |