group_data_example: Group Data Example

group_data_exampleR 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 or drug.

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)

PredTest documentation built on Sept. 16, 2024, 5:06 p.m.