csu_registry_data_2: cancer registry data

Description Usage Format Source See Also Examples

Description

Cancer registry data for liver cancer

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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)	
				  

Rcan documentation built on July 1, 2020, 10:20 p.m.