powered by
A simulated dataset demonstrating group differences in three variables. This dataset includes two groups and one covariate, sex.
sex
adjusted_example
A data frame with 20 rows and 5 variables:
A binary factor indicating group membership: 0 for control and 1 for treatment.
0
1
A binary factor indicating sex: 0 for male and 1 for female.
A numeric vector representing the first variable.
A numeric vector representing the second variable.
A numeric vector representing the third variable.
data(adjusted_example) head(adjusted_example)
Run the code above in your browser using DataLab