
Breast cancer data sets used in Royston and Altman (2013)
gbsg.RdThe gbsg data set contains patient records from a 1984-1989 trial
conducted by the German Breast Cancer Study Group (GBSG) of 720 patients
with node positive breast cancer; it retains the 686 patients with
complete data for the prognostic variables.
Format
A data set with 686 observations and 11 variables.
pidpatient identifier
ageage, years
menomenopausal status (0= premenopausal, 1= postmenopausal)
sizetumor size, mm
gradetumor grade
nodesnumber of positive lymph nodes
pgrprogesterone receptors (fmol/l)
erestrogen receptors (fmol/l)
hormonhormonal therapy, 0= no, 1= yes
rfstimerecurrence free survival time; days to first of reccurence, death or last follow-up
status0= alive without recurrence, 1= recurrence or death
Details
These data sets are used in the paper by Royston and Altman. The Rotterdam data is used to create a fitted model, and the GBSG data for validation of the model. The paper gives references for the data source.
Note
The usage above assumes that the survival package is attached via
library(survival) or via another package that depends on
survival, e.g., mstate. If not, then either survival::gbsg
or data(cancer, package="survival") can be used.