csu_registry_data_2 | R Documentation |
Cancer registry data for liver cancer
data("csu_registry_data_2")
A data frame with 125856 observations on the following 8 variables.
sex
sex variable: 1 male, 2 female
year
year variable, from 1953 to 2007
age
age variable from 0 to 85 with missing age.
0 is 0-4 years, 5 is 5-9, ..., 80 is 80-84, 85 is 85+, 99 represents missing age.
cases
Number of cases (incidence)
py
Population-year: Reference population of the registry
registry_label
Name of the registry (118 populations)
registry
Registry code (102 registries)
ethnic
ethnic code: white (10), black (30), ..., all(99).
csu_asr
csu_cumrisk
csu_eapc
csu_ageSpecific
csu_ageSpecific_top
csu_bar_top
csu_time_trend
csu_trendCohortPeriod
data(csu_registry_data_2)
# ASR and standard error with missing age.
result <- csu_asr(csu_registry_data_2,
"age", "cases", "py",
group_by = c("registry", "registry_label", "sex", "year", "ethnic" ),
var_age_group = c("registry_label"),
missing_age = 99,
var_st_err = "st_err")
#See more examples here:
help(csu_asr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.