Hemocrit: Hemocrit levels

Description Usage Format Examples

Description

A data set of ficticional cyclists who might be doping. The predictor covariate is the hemocrit level, or the volume percentage of the blood that is red blood cells. The higher the level, the better the athlete performs at endurance sports. The amount is typically around 45 for healthy adult males and around 40 for healthy adult females.

Usage

1

Format

A data frame with 200 observations, with two columns

hemocrit

The riders hemocrit level.

status

Whether the rider was "clean" or a "cheater".

Examples

1
2
library(ggplot2)
ggplot(Hemocrit, aes(x=hemocrit, y=status)) + geom_point()

dereksonderegger/dsData documentation built on Nov. 22, 2020, 5:15 p.m.