Learn R Programming

datarium (version 0.1.0)

genderweight: 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<U+2019>s weight differs from the average men<U+2019>s weight?

A two-samples independent t-test can be performed to answer to this question.

Usage

data("genderweight")

Arguments

Format

A data frame with 40 rows and 3 columns

Examples

Run this code
# NOT RUN {
data(genderweight)
head(as.data.frame(genderweight))
# }

Run the code above in your browser using DataLab