newTestSurvRec (version 1.0.2)

TBCplathi: Data in patients with bladder cancer treated as placebo or thiotepa

Description

This database corresponds to the time of recurrence of tumors of 85 patients with bladder cancer. Patients were randomly assigned to treatments: placebo (47 patients) and thiotepa (38 patients). Data type data.frame with 217 observations on 8 variables.

Usage

data(TBCplathi)

Arguments

Format

A data frame with 217 observations on the following 9 variables.

j

Observation number

id

ID of each unit. Repeated for each recurrence

Tinicio

Inicial time

time

recurrence o censoring time. For each unit the last time is censored

Tcal

Time if observation for each unit

event

censoring status. 1 = ocurrence of the event in the unit and 0 right censored time

strata

Number of strata

trt

a factor with levels \(Placebo\) or \(Thiotepa\)

group

A factor with levels. Group identificator

Details

Experiment Byar (1980). The database Byar experiment is used and the time (months) of recurrence of tumors in 116 sick patients with superficial bladder cancer is measured. These patients were randomly allocated to the following treatments: placebo (47 patients), pyridoxine (31 patients) and thiotepa (38 patients).

References

Martinez C., Ramirez, G., Vasquez M. (2009).Pruebas no parametricas para comparar curvas de supervivencia de dos grupos que experimentan eventos recurrentes. Propuestas. Revista Ingenieria U.C.,Vol 16, 3, 45-55.// Pena E., Strawderman R., Hollander M. (2001). Nonparametric Estimation with Recurrent Event Data. J.A.S.A. 96, 1299-1315.

Examples

Run this code
# NOT RUN {
data(TBCplathi)
XL<-data(TBCplathi)
print(XL)
Print.Summary(TBCplathi)
## maybe str(TBCplathi) ; plot(TBCplathi) ...
# }

Run the code above in your browser using DataCamp Workspace