obs_exampledata_train {cohetsurr}R Documentation

Example training data for observational setting

Description

Example training data for observational setting

Usage

data("obs_exampledata_train")

Format

A data frame with 1800 observations on the following 9 variables.

X1

a numeric baseline covariate of interest

X2

a numeric baseline covariate of interest

X3

a numeric baseline covariate of interest

X4

a numeric baseline covariate of interest

X5

a numeric baseline covariate of interest

X6

a numeric baseline covariate of interest

G

the non-randomized treatment assignment, where 1 indicates treated and 0 indicates control

S

the surrogate marker

Y

the primary outcome

Examples

data(obs_exampledata_train)
names(obs_exampledata_train)

[Package cohetsurr version 2.0 Index]