Description Usage Format Examples
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.
1 | data("speed.gender.height")
|
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
1 2 | data(speed.gender.height)
## maybe str(speed.gender.height) ; plot(speed.gender.height) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.