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.
Xa numeric vector
speeda numeric vector
gendera factor with levels female male
heighta 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.