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 + 96
This means that on average for every extra kilogram weight a rider loses -1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
2 | DANIELSON Tom | 58.5 |
3 | FRASER Gordon | 71 |
4 | BARRY Michael | 72 |
5 | HORNER Chris | 70 |
7 | CLINGER David | 77 |
8 | HENDERSON Gregory | 75 |
12 | O'NEILL Nathan | 72 |
13 | MITCHELL Glen | 70 |
15 | ZABRISKIE David | 67 |
24 | VAUGHTERS Jonathan | 64 |
27 | PATE Danny | 73 |
36 | WOHLBERG Eric | 63 |
37 | TUFT Svein | 77 |
44 | STEWART Jackson | 72 |
61 | CHAPMAN Joe | 78 |
64 | MCRAE William Chann | 62 |
85 | PINEDA Oscar | 59 |