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.1 * weight + 17
This means that on average for every extra kilogram weight a rider loses -0.1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | KVIST Linus | 72 |
2 | VAHTRA Norman | 85 |
3 | PITHIE Laurence | 74 |
5 | BAKKER Björn | 79 |
6 | KISKONEN Siim | 64 |
7 | BOGDANOVIČS Māris | 68 |
8 | ANSONS Kristers | 77 |
9 | BANASZEK Adrian | 79 |
10 | FLAKSIS Andžs | 79 |
12 | BÁRTA Tomáš | 79 |
13 | RÄIM Mihkel | 69 |
15 | PAGE Hugo | 71 |