Last data update: 2014.03.03

R: Lung cancer data
lungdataR Documentation

Lung cancer data

Description

A case 1 interval-censored data set first presented in Hoel and Walberg (1972) and can be found in Sun (2006, page 6). In the study, 144 male RFM mice were raised under two conditions: conventional environment (96 mice) and germfree environment (48 mice). Each mouse was "sacrificed" at a random time to see if it had lung tumors. Time was measured in days.

Usage

data(lungdata)

Format

A matrix with 144 rows and 4 columns. Each row (L, R, status, treatment) corresponds to a mouse in the study.

L

left-points of observed intervals

R

right-points of observed intervals

status

censorship indicator: 1=left-censor and 0=right-censor

treatment

treatment indicator: 1=conventional environment, 2=germfree environment

Source

Hoel, D. G. and Walberg, H. E. (1972). Statistical analysis of survival experiments. Journal of the National Cancer Institute 49 361-372.

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

Examples

data(lungdata)

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/lungdata.Rd_%03d_medium.png", width=480, height=480)
> ### Name: lungdata
> ### Title: Lung cancer data
> ### Aliases: lungdata
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(lungdata)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>