Learn R Programming

SEERaBomb (version 2019.2)

riskVsAge: Second cancer risk vs attained age after first cancer

Description

Computes absolute risk of 2nd cancers as a function of attained age after first cancer.

Usage

riskVsAge(canc,firstS=c("NHL","HL","MM"),
                secondS=c("AML","MDS"),brksa=c(0,30,50,60,70,80))

Arguments

canc

canc made by mkSEER().

firstS

Character vector of first cancers of interest.

secondS

Character vector of second cancers of interest.

brksa

Vector of breaks in years used to form attained age intervals.

Value

data.frame with incidence vs age.

See Also

SEERaBomb-package, mkSEER