mapCancs: Map ICD9 and ICD-O3 codes to cancers

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/mapCancs.R

Description

Adds a factor cancer with easily recognizable levels to a SEER cancer data.frame.

Usage

1

Arguments

D

A data frame that includes ICD9 and histo3 as columns.

Value

The input data frame with an additional cancer column added on.

Note

This is used by mkSEER() when it generates R binaries of the SEER data. Otherwise it provides current cancer definitions (seen by looking at the function definition).

Author(s)

Tom Radivoyevitch (radivot@ccf.org)

See Also

SEERaBomb-package, mapRegs

Examples

1
2
library(SEERaBomb)
mapCancs # shows default definitions

SEERaBomb documentation built on Dec. 16, 2019, 1:21 a.m.