ChildCancer {DTDA}R Documentation

Childhood Cancer Data

Description

This dataset corresponds to all children diagnosed from cancer between January 1, 1999 and December 31, 2003 in the region of North Portugal. The database includes information of 406 children with complete records on the age at diagnosis. Because of the interval sampling, the age at diagnosis is doubly truncated by the time from birth to the end of the study, and time from birth to the beggining of the study.

Usage

data("ChildCancer")

Format

A data frame with 406 observations on the following 8 variables.

X

a numeric vector, age at diagnosis (time in days).

U

a numeric vector, time from birth to the beggining of the study (time in days).

V

a numeric vector, time from birth to the end of the study (time in days).

ICCGroup

a numeric vector, cancer types identified according to the International Classification of Childhood Cancer (ICCC). 1=Leukaemias, 2=Limphoma, 3=Nervous System Tumour, 4=Neuroblastoma, 5=Retinoblastoma, 6=Renal, 7=Hepatic, 8=Bone, 9=Soft Tissues, 10=Germ Cell, 11=Melanoma and other epitelial tumours, 12=Other Tumours.

Status

a numeric vector, the status indicator at the end of the study: 0=alive, 1=dead.

SurvTime

a numeric vector, the survival time (time from birth to death or end of the study.

Residence

a numeric vector, districts of residence. 1=Braga, 2=Bragança,3=Porto,4=Viana do Castelo, 5=Vila Real.

Sex

a numeric vector, sex of the participants (1 = female, 2 = male).

Source

The childhood cancer data were gathered from the IPO (Registo Oncológico do Norte) service, kindly provided by Doctor Maria José Bento.

References

Mandel M, de Uña-Álvarez J, Simon DK and Betensky R (2018). Inverse Probability Weighted Cox Regression for Doubly Truncated Data. Biometrics 74, 481-487.

Moreira C and de Uña-Álvarez J (2010) Bootstrapping the NPMLE for doubly truncated data. Journal of Nonparametric Statistics 22, 567-583.

Examples

data(ChildCancer)
str(ChildCancer)

[Package DTDA version 3.0.1 Index]