Learn R Programming

causal.decomp (version 0.2.0)

idata: Synthetic Data for illustrating optimal treatment regimes and individualized effects

Description

A randomly generated dataset containing 2000 cases 7 columns with no missing values. The intermediate confounders are assumed to be independent of each other.

Usage

idata

Arguments

Format

A data frame containing the following variables. The data are provided only for explanatory purposes.

Y:

A continuous outcome variable.

R:

A binary group indicator with a value of 0 (reference) and 1 (comparison).

M:

A binary risk factor with a value of 0 (not treated/received) and 1(treated/received).

X1:

First continuous intermediate confounder.

X2:

Second continuous intermediate confounder.

X3:

Third continuous intermediate confounder.

C:

A continuous baseline covariate.

Details

Note that all the variables are randomly generated using the simulation setting in Park, S., Kang, S., & Lee, C. (2025).

References

Park, S., Kang, S., & Lee, C. (2025). Simulation-Based Sensitivity Analysis in Optimal Treatment Regimes and Causal Decomposition with Individualized Interventions. arXiv preprint arXiv:2506.19010.