example.data {hetsurrSurv}R Documentation

Example data

Description

Example data

Usage

data("example.data")

Format

A list with 10 elements representing 2000 observations from a treatment group and 1500 observations from a control group:

s1

the surrogate marker in the treatment group

s0

the surrogate marker in the control group

w1

the baseline covariate of interest in the treatment group

w0

the baseline covariate of interest in the control group

d1

the event indicator in the treatment group

d0

the event indicator in the control group

x1

the observed event time in the treatment group

x0

the observed evenet time in the control group

w1_cat

the discrete baseline covariate of interest in the treatment group

w0_cat

the discrete baseline covariate of interest in the treatment group

Examples

data(example.data)
names(example.data)

[Package hetsurrSurv version 1.0 Index]