openintro (version 1.7.1)

speed.gender.height: Speed, gender, and height of 1302 students

Description

1,302 UCLA students were asked to fill out a survey where they were asked about their height, fastest speed they have ever driven, and gender.

Usage

data("speed.gender.height")

Arguments

Format

A data frame with 1325 observations on the following 4 variables.

X

a numeric vector

speed

a numeric vector

gender

a factor with levels female male

height

a numeric vector

Examples

Run this code
# NOT RUN {
data(speed.gender.height)
## maybe str(speed.gender.height) ; plot(speed.gender.height) ...
# }

Run the code above in your browser using DataLab