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.4 * weight + 5
This means that on average for every extra kilogram weight a rider loses 0.4 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | DOCKER Mitchell | 73 |
2 | HOFFMANN Erik | 65 |
3 | SULZBERGER Bernard | 67 |
5 | SUZUKI Shinri | 60 |
7 | TSUJI Yoshimitsu | 62 |
13 | TANG Wang Yip | 62 |
15 | ABE Yoshiyuki | 67 |
20 | SALEH Mohd Zamri | 58 |
24 | FUKUDA Shinpei | 70 |
29 | WIJAYA Endra | 58 |
45 | CRAWFORD Jai | 59 |
51 | MIZBANI Ghader | 67 |
52 | ASKARI Hossein | 73 |
55 | KAZEMI Sarai Ahad | 71 |
59 | HASANIN Omar | 75 |
63 | SUZUKI Yuzuru | 57 |
77 | WU Kin San | 68 |
83 | NISHITANI Taiji | 62 |