Learn R Programming

Rcan (version 1.3.70)

csu_ci5x_mean: cancer registry data

Description

CI5 X data, all population grouped.

Usage

data("csu_ci5x_mean")

Arguments

Format

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

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

ci5_cancer_label

cancer label

ci5_cancer_code

cancer code

Details

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

Code Label
1 Lip, oral cavity
2 Nasopharynx
3 Other pharynx
4 Oesophagus
5 Stomach
6 Colorectum
7 Liver
8 Gallbladder
9 Pancreas
10 Larynx
11 Lung
12 Melanoma of skin
13 Mesothelioma
14 Kaposi sarcoma
15 Breast
16 Cervix uteri
17 Corpus uteri
18 Ovary
19 Prostate
20 Testis
21 Kidney
22 Bladder
23 Brain, nervous system
24 Thyroid
25 Hodgkin lymphoma
26 Non-Hodgkin lymphoma
27 Multiple myeloma
28 Leukaemia
29 All sites but skin

See: csu_ageSpecific

See Also

csu_ageSpecific

Examples

Run this code
# NOT RUN {
data(csu_registry_data_1)
test <- csu_registry_data_1[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