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

Description Usage Format Examples

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

1
data("speed.gender.height")

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

1
2
data(speed.gender.height)
## maybe str(speed.gender.height) ; plot(speed.gender.height) ...

JECheadle/RSOC317L documentation built on May 15, 2019, 4:02 a.m.