wpcdata: A Data Example to Illustrate WPC Approach.

Description Usage Format See Also

Description

This survival data example is to illustrate WPC approach. 90 patients are randomized into three different arms, 1 placebo and 2 treatments (high dose and low dose). For each patient, four biomarkers are measured at baseline. Overall survival and progression free survival information are collected.

Usage

1
data("wpcdata")

Format

A data frame with 90 observations on the following 13 variables.

SUBJID

a numeric vector, indicating subject id information.

TRTA

a factor, indicating three different arms, with levels HighDose LowDose Placebo

ATRT

a factor, indicating whether patients receive placebo or treatment, with levels Placebo Treatment

Biomarker1

a numeric vector, first biomarker with the value between 0 and 100

Biomarker2

a numeric vector, second biomarker with the value between 0 and 200

Biomarker3

a numeric vector, third biomarker with the value between 0 and 100

Biomarker4

a numeric vector, fourth biomarker with the value between 0 and 200

OSday

a numeric vector, overall survival in days

OSmonth

a numeric vector, overall survival in months

OScensor

a numeric vector, censor information for overall survival, 0 = alive and 1 = dead

PFSday

a numeric vector, progression free survival in days

PFSmonth

a numeric vector, progression free survival in months

PFScensor

a numeric vector, censor information for progression free survival, 0 = censor and 1 = event

See Also

SoloScattorPlot, DuoScattorPlot, TrioScattorPlot


WPC documentation built on May 2, 2019, 6:52 a.m.