Learn R Programming

SurrogateRank (version 2.2)

example.data: Example data

Description

Example data use to illustrate the functions

Usage

data("example.data")

Arguments

Format

A list with 4 elements representing 25 observations from a treatment group (group 1) and 25 observations from a control group (group 0):

y1

the primary outcome,Y, in group 1

y0

the primary outcome, Y, in group 0

s1

the surrogate marker, S, in group 1

s0

the surrogate marker, S, in group 0

Examples

Run this code
data(example.data)

Run the code above in your browser using DataLab