pre_post_data_example: Pre-Post Data Example

pre_post_data_exampleR Documentation

Pre-Post Data Example

Description

A simulated dataset showing measurements before and after an intervention. Each subject has multiple measurements over time.

Usage

pre_post_data_example

Format

A data frame with 30 rows and 6 variables:

ID

A unique identifier for each subject.

time

A numeric variable indicating time points, 0 for pre-intervention and 12 for post-intervention.

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(pre_post_data_example)
head(pre_post_data_example)

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