example.data {hetsurr} | R Documentation |
Example data
Description
Example data
Usage
data("example.data")
Format
A list with 6 elements representing 2000 observations from a treatment group and 1500 observations from a control group:
y1
the primary outcome in the treatment group
y0
the primary outcome in the 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
Examples
data(example.data)
names(example.data)
[Package hetsurr version 1.0 Index]