Learn R Programming

DPpackage (version 1.1-7.4)

deterioration: Time to Cosmetic Deterioration of Breast Cancer Patients

Description

This data set considers information of time to cosmetic deterioration of the breast for women with Stage 1 breast cancer who have undergone a lumpectomy, for two treatments, these being radiation, and radiation coupled with chemotherapy. There is interest in the cosmetic impact of the treatments because both are considered very effective in preventing recurrence of this early stage cancer. The data come from a retrospective study of 46 patients who received radiation only and 48 who received radiation plus chemotherapy. Each woman made a series of visits to a clinician, who determined whether or not retraction had occurred. If it had, the time of retraction was known only to lie between the time of the present and last visits. The data set is presented in Beadle et al. (1984a,b) and also given in Finkelstein and Wolfe (1985).

Usage

data(deterioration)

Arguments

Format

A data frame with 94 observations on the following 3 variables.

left

a numeric vector giving the left limit of the interval

right

a numeric vector giving the right limit of the interval

trt

a numeric vector giving the treatment (0 = radiation only, 1 = radiation plus chemotherapy)

References

Hanson, T., and Johnson, W. (2004) A Bayesian Semiparametric AFT Model for Interval-Censored Data. Journal of Computational and Graphical Statistics, 13: 341-361.

Examples

Run this code
# NOT RUN {
data(deterioration)
## maybe str(deterioration) ; plot(deterioration) ...
# }

Run the code above in your browser using DataLab