group_data_example {PredTest} | R Documentation |
Group Data Example
Description
A simulated dataset showing group differences across four variables. The dataset is divided into two groups: placebo
and drug
.
Usage
group_data_example
Format
A data frame with 30 rows and 5 variables:
- group
A factor indicating group membership:
placebo
ordrug
.- v1
A numeric vector representing the first variable.
- v2
A numeric vector representing the second variable.
- v3
A numeric vector representing the third variable.
- v4
A numeric vector representing the fourth variable.
Examples
data(group_data_example)
head(group_data_example)
[Package PredTest version 0.1.0 Index]