toy_df | R Documentation |
The toy data consisting of 400 observations and 31 variables was simulated as follows:
Each of the first 10 variables was drawn from $N(0, 10)$
For group 1 and 2, variables 11 through 20 were drawn from $N(0, 1)$
For group 3 and 4, variables 11 through 20 were drawn from $N(3, 1)$
For group 1 and 3, variables 21 though 30 were drawn from $N(-3, 1)$
For group 2 and 4, variables 21 though 30 were drawn from $N(0, 1)$
The last column provides each observations group number
data(toy_df)
A simple data.frame
.
data(toy_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.