powered by
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.
data("speed.gender.height")
A data frame with 1325 observations on the following 4 variables.
X
a numeric vector
speed
gender
a factor with levels female male
female
male
height
# NOT RUN { data(speed.gender.height) ## maybe str(speed.gender.height) ; plot(speed.gender.height) ... # }
Run the code above in your browser using DataLab