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.

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).

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]