gamlss.data (version 5.1-4)

Leukemia: The Leukemia data

Description

The data set, kinkly provided to us by Dr Maria Durban, is based on a study conducted at Harvard University with girls afected by Acute lymphoblastic leukaemia. The obesity and short stature are common effcts on teens who have or have had the disease, and the treatments applied trying to minimize this type of side effects without compromising its effctiveness. In one of the clinical trials conducted, 618 children were studied between the years 1987 and 1995 and three diffrent treatments were applied: intracranial therapy without radiation, conventional intracranial radiation therapy and intracranial radiation therapy twice a day. Approximately every 6 months the children height was measured. For children the height increases smoothly along the years. In this example, (the data have been changed for confidentiality) 197 girls diagnosed with Acute lymphoblastic leukaemia between 2 and 9 years old are measured. The height of the children was measured at different times and in total 1988 observations were collected. The number of observations per child varies between 1 and 21.

Usage

data("Leukemia")

Arguments

Format

A data frame with 1988 observations on the following 4 variables.

case

a factor with levels 1 to 197 indicating the participant

treatment

a factor with levels 1 2 3

height

the height of the participants

age

the age of the participants

References

Durban M. (2016) Splines con Penalizaciones: Teoria y aplicaciones, http://halweb.uc3m.es/esp/Personal/personas/durban/esp/web/cursos/Psplines/Psplines.html

Examples

Run this code
# NOT RUN {
data(Leukemia)
# }

Run the code above in your browser using DataLab