group_data_example | R Documentation |
A simulated dataset showing group differences across four variables. The dataset is divided into two groups: placebo
and drug
.
group_data_example
A data frame with 30 rows and 5 variables:
A factor indicating group membership: placebo
or drug
.
A numeric vector representing the first variable.
A numeric vector representing the second variable.
A numeric vector representing the third variable.
A numeric vector representing the fourth variable.
data(group_data_example)
head(group_data_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.