Last data update: 2014.03.03

R: Breast Cosmesis Data
bcdataR Documentation

Breast Cosmesis Data

Description

A general interval-censored data set analyzed in Finkelstein and Wolfe (1985) and can be found in Sun (2006, page 7). Early breast cancer patients treated with radiotheraph alone or radiotherapy with adjuvent chemotherapy were examined periodically for breast retraction. Time was measured in months.

Usage

data(bcdata)

Format

A matrix with 96 rows and 4 columns. Each row (L, R, status, x1) corresponds to a patient in the study.

L

a numeric vector of left-points of observed time intervals

R

a numeric vector of right-points of observed time intervals

status

a vector of censorship indicators: 0=left-censored, 1=interval-censored, and 2=right-censored

x1

a vector of treatment indicators: 0=radiotherapy alone, 1=radiotherapy with adjuvent chemotherapy

Source

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

Sun, J. (2006). The Statistical Analysis of Interval-censored Failure Time Data. Springer, New York.

Examples

data(bcdata)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ICBayes)
Loading required package: HI
Loading required package: survival
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ICBayes/bcdata.Rd_%03d_medium.png", width=480, height=480)
> ### Name: bcdata
> ### Title: Breast Cosmesis Data
> ### Aliases: bcdata
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(bcdata)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>