Learn R Programming

longsurr (version 1.1)

data_sjm: Example data for semiparametric joint estimation functions

Description

Simulated example data for semiparametric joint estimation functions

Usage

data("data_sjm")

Arguments

Format

A list with 200 observations on the following:

delta

numeric vector containing the event indicator for each observation

obsT

numeric matrix containing the time that the surrogate marker was measured for each observation; number of rows is equal to the number of observations (200) and number of columns is equal to the maximum number of surrogate markers measured (15)

Y

numeric matrix containing the surrogate marker measurements over time for each observation; same dimension as obsT

Time

numeric vector containing the observed event or censoring time for each observation

Treatment

numeric vector containing the treatment indicator for each observation with 1 for treated and 0 for control

Examples

Run this code
data(data_sjm)
names(data_sjm)

Run the code above in your browser using DataLab