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 + 20
This means that on average for every extra kilogram weight a rider loses 0.1 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | THOMSON Jay Robert | 75 |
2 | MATTHEWS Michael | 72 |
3 | YATES Jeremy | 73 |
5 | CLARKE Will | 81 |
9 | RUDOLPH Malcolm | 69 |
16 | NORTHEY Michael James | 69 |
19 | BAUER Jack | 74 |
23 | NORRIS Lachlan | 67 |
24 | EARLE Nathan | 70 |
30 | BLACKGROVE Heath | 65 |
32 | VINK Michael | 73 |
37 | BENNETT George | 58 |
38 | CRAWFORD Jai | 59 |
40 | BAZZANA Alessandro | 63.5 |
50 | PHELAN Adam | 73 |
67 | AVERY Clinton | 90 |
76 | HAAS Nathan | 71 |