obs_exampledata_test {cohetsurr}R Documentation

Example testing data for observational setting

Description

Example testing data for observational setting

Usage

data("obs_exampledata_test")

Format

A data frame with 200 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_test)
names(obs_exampledata_test)

[Package cohetsurr version 2.0 Index]