## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 17.00 50.00 60.00 59.43 69.00 90.00
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 17.00 50.00 60.00 59.43 69.00 90.00
## [1] 59.4276
## [1] 12.3864
## [1] 153.4228
## [1] 884
## 25% 50% 75%
## 50 60 69
| Gender | Count |
|---|---|
| female | 49 |
| male | 835 |
##
## Pearson's Chi-squared test
##
## data: cont_table
## X-squared = 43.898, df = 5, p-value = 2.429e-08
##
## Pearson's Chi-squared test
##
## data: cont_table
## X-squared = 43.898, df = 5, p-value = 2.429e-08
## Df Sum Sq Mean Sq F value Pr(>F)
## gender 1 106 105.7 0.689 0.407
## Residuals 882 135367 153.5
## Call:
## aov(formula = Winner.Age ~ gender, data = df)
##
## Terms:
## gender Residuals
## Sum of Squares 105.72 135366.64
## Deg. of Freedom 1 882
##
## Residual standard error: 12.38858
## Estimated effects may be unbalanced