Learn R Programming

PredTest (version 0.1.0)

group_data_example: 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

Arguments

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

Run this code
data(group_data_example)
head(group_data_example)

Run the code above in your browser using DataLab