This dataset provides example data from population-based cancer registries (PBCRs), structured using the canregs class. It can be used for demonstration, testing, or development purposes within the canregtools package.

canregs

Format

A list of PBCR datasets with class canregs.

Source

Henan Province Cancer Registry, China.

Examples

data(canregs)
summary(canregs[[1]])
#> $areacode
#> [1] "410102"
#> 
#> $rks
#> [1] 683110
#> 
#> $fbs
#> [1] 2480
#> 
#> $inci
#> [1] 363.05
#> 
#> $sws
#> [1] 964
#> 
#> $mort
#> [1] 141.12
#> 
#> $mi
#> [1] 0.39
#> 
#> $mv
#> [1] 81.13
#> 
#> $dco
#> [1] 1.13
#> 
#> $death
#> [1] 0
#> 
#> $rks_year
#> [1] 2021
#> 
#> $inci_vars
#> [1] "year"   "sex"    "agegrp" "basi"   "icd10"  "cancer" "morp"  
#> 
#> $miss_r_vars_inci
#> [1] "birthda" "inciden" "deathda"
#> 
#> $mort_vars
#> [1] "year"   "sex"    "cancer" "agegrp" "icd10" 
#> 
#> $miss_r_vars_mort
#> [1] "birthda" "inciden" "deathda" "basi"   
#> 
#> attr(,"class")
#> [1] "summary" "list"