genderweight {datarium}R Documentation

Weight Data By Gender for Two-Samples Mean Test

Description

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.

Usage

data("genderweight")

Format

A data frame with 40 rows and 3 columns

Examples

data(genderweight)
head(as.data.frame(genderweight))

[Package datarium version 0.1.0 Index]