Learn R Programming

tauProcess (version 2.1.3)

tau.fit: Estimate the Tau Process

Description

Estimate the tau process at specified time points. The estimated variances at the last time point under complete randomization design and random allocation rule (urn model) are provided.

Usage

tau.fit(data, t = numeric())

Value

an object of class "tauFit" with components

N0number of individuals with arm=0
N1number of individuals with arm=1
tthe specified truncation time
tauthe estimated value of tau measure
var.rthe estimated variance under random grouping design (complete randomization design)
var.fthe estimated variance under fixed grouping design (random allocation rule / urn model)

Arguments

data

a data.frame consisting of arm, surv.time, event.

t

a sequence of specified times. If the user do not specify the sequence, the default is an equally-spaced sequence from 0 to the last identified time.

Details

The estimation and inference procedure are proposed by Yi-Cheng Tai, Weijing Wang and Martin T. Wells. The value of tau measure serves as a clinically meaningful measure of treatment effect. It supplements the traditional hazard ratio (HR) under nonproportional hazard scenario.

Examples

Run this code
tau.fit(data = pbc)

Run the code above in your browser using DataLab