deterioration: Time to Cosmetic Deterioration of Breast Cancer Patients

Description Usage Format Source Examples

Description

We reused the dataset "deterioration" of the time to cosmetic deterioration of the breast for breast cancer patients provided by the package DPpackage, which is orphaned in CRAN now. The two treatments are radiation alone and radiation coupled with chemotherapy. The event time is either right censored or interval censored.

Usage

1

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, -999 stands for right censoring

trt

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

Source

Beadle, G., Come, S., Henderson, C., Silver, B., and Hellman, S. (1984a). The effect of adjuvant chemotherapy on the cosmetic results after primary radiation treatment for early stage breast cancer. International Journal of Radiation Oncology, Biology and Physics, 10: 2131-2137.

Beadle, G., Harris, J., Silver, B., Botnick, L., and Hellman, S. (1984b). Cosmetic results following primary radiation therapy for early breast cancer. Cancer, 54: 2911-2918.

Finkelstein, D.M. and Wolfe, R.A. (1985). A semiparametric model for regression analysis of interval-censored failure time data. Biometrics, 41: 933-945.

Examples

1
2
  data(deterioration)
  ## maybe str(deterioration) ; plot(deterioration) ...

Example output



DPWeibull documentation built on Dec. 13, 2021, 1:07 a.m.