Weight Data By Gender for Two-Samples Mean Test
Contains the weights by sex (M for male; F for female). The question is whether the average women’s weight differs from the average men’s weight?
A two-samples independent t-test can be performed to answer to this question.
data("genderweight")
A data frame with 40 rows and 3 columns
data(genderweight) head(as.data.frame(genderweight))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.