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.8 * weight - 19
This means that on average for every extra kilogram weight a rider loses 0.8 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | MATTHEWS Michael | 72 |
6 | RUDOLPH Malcolm | 69 |
13 | NORRIS Lachlan | 67 |
14 | CLARKE Will | 81 |
19 | BLACKGROVE Heath | 65 |
21 | EARLE Nathan | 70 |
23 | CRAWFORD Jai | 59 |
28 | BAUER Jack | 74 |
42 | THOMSON Jay Robert | 75 |
45 | YATES Jeremy | 73 |
49 | BENNETT George | 58 |
54 | VINK Michael | 73 |
58 | BAZZANA Alessandro | 63.5 |
62 | PHELAN Adam | 73 |
75 | HAAS Nathan | 71 |
76 | NORTHEY Michael James | 69 |
83 | AVERY Clinton | 90 |