Learn R Programming

survivalMPL (version 0.2-4)

bcos2: Breast Cosmesis Data

Description

Interval censored data described and given in full in Finkelstein and Wolfe (1985), discussed by More (2016, example 12.2) and available in the R package 'interval' (refer to ?bcos). Compared to the interval package version, bcos2 simply recode the lower value of left-censored data (NA instead of 0) and upper value of right-censored data (NA instead of Inf) to allow an easy identification of left-censored data by means of the function Surv when type=="interval2".

Usage

data(bcos2)

Arguments

Format

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

left

a numeric vector

right

a numeric vector

treatment

a factor with levels Rad and RadChem

Examples

Run this code
data(bcos2)

Run the code above in your browser using DataLab