| cgd {frailtyHL} | R Documentation |
Chronic Granulomatous Disease (CGD) Infection Data
Description
The CGD data set in Fleming and Harrington (1991) is from a placebo-controlled randomized trial of gamma interferon in chronic granulomatous disease. In total, 128 patients from 13 hospitals were followed for about 1 year. The number of patients per hospital ranged from 4 to 26. Each patient may experience more than one infection. The survival times (times-to-event) are the times between recurrent CGD infections on each patient (i.e. gap times). Censoring occurred at the last observation for all patients, except one, who experienced a serious infection on the date he left the study.
Usage
data("cgd")
Format
A data frame with 203 observations on the following 16 variables.
idPatient number for 128 patients
centerEnrolling center number for 13 hospitals
randomDate of randomization
treatGamma-interferon treatment(rIFN-g) or placebo(Placebo)
sexSex of each patient(male, female)
ageAge of each patient at study entry, in years
heightHeight of each patient at study entry, in cm
weightWeight of each patient at study entry, in kg
inheritPattern of inheritance (autosomal recessive, X-linked)
steroidsUsing corticosteroids at times of study centry(1=Yes, 0=No)
propylacUsing prophylactic antibiotics at time of study entry(1=Yes, 0=No)
hos.catA categorization of the hospital region into 4 groups
tstartStart of each time interval
enumSequence number. For each patient, the infection records are in sequnce number order
tstopEnd of each time interval
statusCensoring indicator (1=uncensored, 0=censored)
References
Fleming, T. R. and Harrington, D. R. (1991). Counting processes and survival analysis. Wiley: New York.
Therneasu, T. (2012). survival: survival analysis, including penalised likelihood. http://CRAN.Rproject. org/package=survival. R pakcage version 2.36-14.