A dataset containing interval-censored observations and a treatment indicator (radiation vs. radiation plus chemotherapy). The variables are as follows:
Usage
data(bcos)Format
A data frame with 94 rows and 3 variables:
- left
Left endpoints of the censoring intervals (numeric).
- right
Right endpoints of the censoring intervals (numeric).
- treatment
A factor with levels
"Rad"(radiation only) or"RadChem"(radiation + chemotherapy).