Learn R Programming

Rcan (version 1.3.91)

csu_ci5_mean: cancer registry data

Description

CI5 XII data, all population grouped.

Usage

data("csu_ci5_mean")

Arguments

Format

A data frame with 1026 observations on the following 5 variables.

ci5_cancer_code

cancer code

ci5_cancer_label

cancer label

CSU_age_factor

age variable from 1 to 18. 1 is 0-4 years, 2 is 5-9, etc..., 17 is 80-84, 18 is 85+.

CSU_C

Number of cases (incidence)

CSU_P

Population-year: Reference population

Details

This dataset have been created in order to compare age specific rate with the CI5XII mean directly on the age specific rate graph. Here is the table of cancer_label and cancer_code available:

ci5_cancer_codeci5_cancer_label
1Lip
2Tongue
3Mouth
4Salivary glands
5Tonsil
6Other oropharynx
7Nasopharynx
8Hypopharynx
9Pharynx unspecified
10Oesophagus
11Stomach
12Small intestine
13Colon
14Rectum
15Anus
16Liver
17Gallbladder
18Pancreas
19Nose, sinuses
20Larynx
21Lung
23Bone
24Melanoma of skin
25Other skin
26Mesothelioma
27Kaposi sarcoma
28Connective and soft tissue
29Breast
30Vulva
31Vagina
32Cervix uteri
33Corpus uteri
35Ovary
37Placenta
38Penis
39Prostate
40Testis
42Kidney
43Renal pelvis
44Ureter
45Bladder
47Eye
48Brain, nervous system
49Thyroid
50Adrenal gland
51Other endocrine
52Hodgkin disease
53Non-Hodgkin lymphoma
54Immunoproliferative diseases
55Multiple myeloma
56Lymphoid leukaemia
57Myeloid leukaemia
58Leukaemia unspecified
59Myeloproliferative disorders
60Myelodysplastic syndromes
62All sites
63All sites but skin

See: csu_ageSpecific

See Also

csu_ageSpecific

Examples

Run this code

data(csu_registry_data_1)
test <- subset(csu_registry_data_1 , registry_label == "Colombia, Cali")
csu_ageSpecific(test,
                plot_title = "Colombia, Liver, male",
                CI5_comparison = "Liver")
 
#See more examples here:
help(csu_ageSpecific)

Run the code above in your browser using DataLab