csu_registry_data_1 {Rcan} | R Documentation |
cancer registry data
Description
Cancer registry data for liver cancer, males, 2007, 4 registries.
Usage
data("csu_registry_data_1")
Format
A data frame with 76 observations on the following 5 variables.
age
age variable from 1 to 19. 1 is 0-4 years, 2 is 5-9, etc..., 17 is 80-84, 18 is 85+, 19 represents missing age.
cases
Number of cases (incidence)
py
Population-year: Reference population of the registry
registry_label
Name of the registry
registry
Registry code
Details
this 4 registries have been selected for this example as they different number of age group (75+, 80+, 85+) and some have missing age cases.
Source
http://ci5.iarc.fr/Default.aspx
See Also
csu_asr
csu_cumrisk
csu_eapc
csu_ageSpecific
csu_ageSpecific_top
csu_bar_top
Examples
data(csu_registry_data_1)
# Age standardized rate (ASR) with no missing age cases.
result <- csu_asr(csu_registry_data_1,
"age", "cases", "py",
group_by = c("registry", "registry_label" ),
var_age_group = c("registry_label"))
#See more examples here:
help(csu_asr)
[Package Rcan version 1.3.82 Index]