df_oes {oesr}R Documentation

Sample Data for OES

Description

A simulated dataset containing outcomes, intervention variables, and covariates.

Usage

df_oes

Format

A data frame with 10000 rows and 7 variables:

x1

A binary 0/1 treatment assignment.

x2

A four-level factor treatment assignment with levels "0", ..., "3".

y1

A binary 0/1 outcome.

y2

A binary 0/1 outcome.

z1

A continuous normally-distributed covariate.

z2

A binary 0/1 covariate.

z3

A six-level factor covariate with levels "0", ..., "5".


[Package oesr version 0.1.0 Index]