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 * weight + 9
This means that on average for every extra kilogram weight a rider loses -0 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | GANNA Filippo | 83 |
2 | AYUSO Juan | 65 |
3 | PRICE-PEJTERSEN Johan | 83 |
4 | TIBERI Antonio | 62 |
5 | MILAN Jonathan | 87 |
6 | GEE Derek | 72 |
7 | CATTANEO Mattia | 67 |
8 | WÆRENSKJOLD Søren | 92 |
9 | DEL TORO Isaac | 64 |
10 | VAUQUELIN Kévin | 69 |