weight: Weight / Sex

Description Usage Format References Examples

Description

The data contains the weight of 400 people (200 females and 200 males).

Usage

1

Format

A data frame with 400 observations on the following 2 variables.

sex

a factor with levels Female Male

weight

a numeric vector

References

http://www.sthda.com

Examples

1
2
3
data(weight)
ggplot2.density(data=weight, xName='weight', groupName='sex',
    alpha=0.5, fillGroupDensity=TRUE )

kassambara/easyGgplot2 documentation built on May 20, 2019, 7:39 a.m.