| csu_registry_data_2 {Rcan} | R Documentation | 
cancer registry data
Description
Cancer registry data for liver cancer
Usage
data("csu_registry_data_2")
Format
A data frame with 125856 observations on the following 8 variables.
sexsex variable: 1 male, 2 female
yearyear variable, from 1953 to 2007
ageage 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.casesNumber of cases (incidence)
pyPopulation-year: Reference population of the registry
registry_labelName of the registry (118 populations)
registryRegistry code (102 registries)
ethnicethnic code: white (10), black (30), ..., all(99).
Source
http://ci5.iarc.fr/Default.aspx
See Also
csu_asr
csu_cumrisk
csu_eapc
csu_ageSpecific
csu_ageSpecific_top
csu_bar_top
csu_time_trend
csu_trendCohortPeriod
Examples
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)	
				  
[Package Rcan version 1.3.82 Index]