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 = -1 * weight + 99
This means that on average for every extra kilogram weight a rider loses -1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
2 | WANG Gustav | 70 |
4 | MIKKELSEN Pelle Køster | 72 |
5 | HANSEN Alexander Arnt | 68 |
10 | BRUUN VAN DEURS Hugo | 74 |
17 | NIELSEN Magnus Lorents | 69 |
21 | TOFTEMARK Lucas | 73 |
23 | KONGSTAD Alfred | 75 |
37 | LIHN Toke | 75 |
39 | NIELSEN Daniel Weis | 60 |
41 | ØSTERGAARD Lukas | 90 |
63 | TVERGAARD Mikkel | 72 |
67 | BOSSEN Magne | 55 |
78 | OLSEN Rasmus Bisgaard | 62 |