Learn R Programming

cohetsurr (version 2.0)

obs_exampledata_test: Example testing data for observational setting

Description

Example testing data for observational setting

Usage

data("obs_exampledata_test")

Arguments

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

Run this code
data(obs_exampledata_test)
names(obs_exampledata_test)

Run the code above in your browser using DataLab