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 * weight + 15
This means that on average for every extra kilogram weight a rider loses -0 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
1 | HUFFMAN Evan | 71 |
4 | PUTT Tanner | 75 |
5 | HOWES Alex | 61 |
6 | WILLIAMS Tyler | 73 |
9 | MOLLEMA Bauke | 64 |
10 | CATAFORD Alexander | 70 |
11 | MCCABE Travis | 72 |
12 | SKJERPING Kristoffer | 71 |
13 | MURPHY John | 81 |
14 | DUCHESNE Antoine | 75 |
17 | MANCEBO Francisco | 64 |
18 | CASTILLO Ulises Alfredo | 72 |
22 | ZAMPARELLA Marco | 67 |
23 | SKUJIŅŠ Toms | 70 |