Learn R Programming

SEERaBomb (version 2016.1)

seerStats: Summarize SEER data.

Description

Shows numbers of cases per cancer in each SEER database and PY in each registry. Sexes are pooled.

Usage

seerStats(canc,popsa)

Arguments

canc
Data frame of cancers that includes agedx and cancer columns.
popsa
Data frame of population PY at 1-year age resolution.

Value

See Also

SEERaBomb-package, mk2D, plot2D

Examples

Run this code
## Not run:  
# library(SEERaBomb)
# load("~/data/SEER/mrgd/cancDef.RData") #load in canc
# load("~/data/SEER/mrgd/popsae.RData") # load in popsae
# seerStats(canc,popsae)
# ## End(Not run)

Run the code above in your browser using DataLab