powered by
A simulated dataset showing group differences across four variables. The dataset is divided into two groups: placebo and drug.
placebo
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)
Run the code above in your browser using DataLab