| leukwbc {GLMsData} | R Documentation |
Leukaemia survival times
Description
The times to death and white blood cell counts for two groups of leukaemia patients
Usage
data(leukwbc)
Format
A data frame with 33 observations on the following 3 variables.
WBCthe white blood cell count; a numeric vector
Timethe time to death in weeks; a numeric vector
AGthe morphological variable, the ag factor; a numeric vector where
1means ag-positive and2means ag-negative
Details
The data gives the times to death (in weeks) and white blood cell counts for two groups of leukaemia patients, ag-positive and ag-negative. The two groups have not been created by random allocation.
Source
P. Feigl and M. Zelen (1965) Estimation of exponential survival probabilities with concomitant information. Biometrics, 21, 826–838.
References
D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway, and E. Ostrowski (1994) A Handbook of Small Data Sets, London: Chapman and Hall. Dataset 424.
Examples
data(leukwbc)
summary(leukwbc)