Learn R Programming

tauProcess (version 2.1.3)

tau_proc: Estimate the Tau Process with/without cure fraction

Description

Estimate the Tau Process with/without cure fraction

Usage

tau_proc(data, t = NULL, cure = FALSE)

Value

an object of class "tau_process" with components

tthe specified sequence of time points
vals_tau_procthe estimated value of tau measure at given time
curea boolean variable indicating whether to consider the cure fraction
cure_ratesthe estimated cure rates for Group 0 and Group 1, respectively

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.

cure

a boolean variable indicating whether to consider the cure fractions.

Details

The estimation method proposed by Yi-Cheng Tai, Weijing Wang and Martin T. Wells to estimate tau process with or without cure fraction.

Examples

Run this code
tau_proc(data = pbc)

Run the code above in your browser using DataLab