adjusted_example {PredTest} | R Documentation |
A simulated dataset demonstrating group differences in three variables. This dataset includes two groups and one covariate, 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.
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)