| Datasets | R Documentation |
The datasets are based on the official .zip file. A table for the dataset names and file names sorted by file name is here:
| Dataset name | File name |
| -------------------- | ----------------- |
| illustration | "A numerical illustration.dat" |
| leukaemia | "Bone marrow transplantation in the treatment of leukaemia.dat" |
| bone_marrow | "Bone marrow transplantation.dat" |
| ovarian | "Chemotherapy in ovarian cancer patients.dat" |
| active_hepatitis | "Chronic active hepatitis.dat" |
| granulomatous | "Chronic granulomatous disease.dat" |
| tamoxifen | "Clinical trial of tamoxifen in breast cancer patients.dat" |
| prostatic | "Comparison of two treatments for prostatic cancer.dat" |
| kidneytx | "Comparisons between kidney transplant centres.dat" |
| liverbase | "Data from a cirrhosis study (baseline).dat" |
| liver_counting | "Data from a cirrhosis study (in counting process format).dat" |
| lbrdata0 | "Data from a cirrhosis study (lbr data).dat" |
| HELP | "Health evaluation and linkage to primary care.dat" |
| dialysis | "Infection in patients on dialysis.dat" |
| bone_marrow_tx | "Patient outcome following bone marrow transplantation.dat" |
| bcancer | "Prognosis for women with breast cancer.dat" |
| pulmonary | "Pulmonary metastasis.dat" |
| breast_rfs | "Recurrence free survival in breast cancer patients.dat" |
| ulcer | "Recurrence of an ulcer.dat" |
| bladder | "Recurrence of bladder cancer.dat" |
| mammary | "Recurrence of mammary tumours in female rats.dat" |
| valve | "Survival following aortic valve replacement.dat" |
| tplant | "Survival following kidney transplantation.dat" |
| ducks | "Survival of black ducks.dat" |
| mice | "Survival of laboratory mice.dat" |
| liver | "Survival of liver transplant recipients.dat" |
| myeloma | "Survival of multiple myeloma patients.dat" |
| lung | "Survival of patients registered for a lung transplant.dat" |
| gcancer | "Survival of patients with gastric cancer.dat" |
| melanoma | "Survival times of patients with melanoma .dat" |
| livertx | "Time to death while waiting for a liver transplant.dat" |
| IUD | "Time to discontinuation of the use of an IUD.dat" |
| kidney | "Treatment of hypernephroma.dat" |
And now sorted by the dataset names:
| Dataset name | File name |
| -------------------- | ----------------- |
| active_hepatitis | "Chronic active hepatitis.dat" |
| bcancer | "Prognosis for women with breast cancer.dat" |
| bladder | "Recurrence of bladder cancer.dat" |
| bone_marrow | "Bone marrow transplantation.dat" |
| bone_marrow_tx | "Patient outcome following bone marrow transplantation.dat" |
| breast_rfs | "Recurrence free survival in breast cancer patients.dat" |
| dialysis | "Infection in patients on dialysis.dat" |
| ducks | "Survival of black ducks.dat" |
| gcancer | "Survival of patients with gastric cancer.dat" |
| granulomatous | "Chronic granulomatous disease.dat" |
| HELP | "Health evaluation and linkage to primary care.dat" |
| illustration | "A numerical illustration.dat" |
| IUD | "Time to discontinuation of the use of an IUD.dat" |
| kidney | "Treatment of hypernephroma.dat" |
| kidneytx | "Comparisons between kidney transplant centres.dat" |
| lbrdata0 | "Data from a cirrhosis study (lbr data).dat" |
| leukaemia | "Bone marrow transplantation in the treatment of leukaemia.dat" |
| liver | "Survival of liver transplant recipients.dat" |
| liver_counting | "Data from a cirrhosis study (in counting process format).dat" |
| liverbase | "Data from a cirrhosis study (baseline).dat" |
| livertx | "Time to death while waiting for a liver transplant.dat" |
| lung | "Survival of patients registered for a lung transplant.dat" |
| mammary | "Recurrence of mammary tumours in female rats.dat" |
| melanoma | "Survival times of patients with melanoma .dat" |
| mice | "Survival of laboratory mice.dat" |
| myeloma | "Survival of multiple myeloma patients.dat" |
| ovarian | "Chemotherapy in ovarian cancer patients.dat" |
| prostatic | "Comparison of two treatments for prostatic cancer.dat" |
| pulmonary | "Pulmonary metastasis.dat" |
| tamoxifen | "Clinical trial of tamoxifen in breast cancer patients.dat" |
| tplant | "Survival following kidney transplantation.dat" |
| ulcer | "Recurrence of an ulcer.dat" |
| valve | "Survival following aortic valve replacement.dat" |
As an alternative to using the R datasets, the collett_data
function allows for reading from the original .dat files that
are stored in the package.
collett_data(name)
name |
Character string with the original filename |
A data-frame
Maintainer: Mark Clements mark.clements@ki.se (ORCID)
Useful links:
head(collett_data("A numerical illustration.dat"))
## which is equivalent to: head(illustration)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.