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.3 * weight - 9
This means that on average for every extra kilogram weight a rider loses 0.3 positions in the result.
# | Rider | Weight (KG) |
---|---|---|
2 | LOPES Pedro Miguel | 68 |
3 | SOUSA José | 59 |
4 | SILVA Pedro | 67 |
5 | ANDRADE Pedro | 64 |
6 | MACEDO João | 66 |
9 | MOTA Guilherme | 62 |
10 | GONÇALVES Hélder | 55 |
14 | EULÁLIO Afonso | 62 |
16 | RODRIGUES Vinicio | 59 |
17 | NARCISO Diogo | 72 |
20 | BARBOSA Diogo | 65 |
21 | GONÇALVES Bernardo | 75 |
22 | CAIXAS Rodrigo | 66 |
24 | GUERREIRO Francisco | 60 |
25 | SALGUEIRO Carlos Miguel | 68 |