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 = -7.5 * weight + 857
This means that on average for every extra kilogram weight a rider loses -7.5 positions in the result.
| # | Rider | Weight (KG) | 
|---|---|---|
| 4 | KARSTENS Gerben | 74 | 
| 5 | JANSSEN Jan | 76 | 
| 7 | PIJNEN René | 72 | 
| 8 | DIERICKX André | 74 | 
| 10 | VAN SPRINGEL Herman | 72 | 
| 11 | VASSEUR Alain | 67 | 
| 12 | ROSIERS Roger | 78 | 
| 13 | BRACKE Ferdinand | 79 | 
| 20 | POULIDOR Raymond | 71 | 
| 990 | ABRAHAMIAN Stéphane | 57 | 
| 990 | DALER Jiří | 85 | 
| 990 | SCHLECK Johny | 72 | 
| 990 | NIJDAM Henk | 75 |