plotAgMortPerInc: Plot age-stratified plot, ratio incidence to mortality

Description Usage Arguments Examples

View source: R/ageGroupAnalysis.R

Description

Plots age-stratified plot of the ratio of incidence to mortality. For one specific state or all states aggregated.

Usage

1

Arguments

df

the cleaned dataframe, for example from the provided list cancerData

fstate

specify federalstate, two-letters abbrevations, see variable states

Examples

1
2
3
4
prostateDf <- cancerData[['prostate']][[1]]
prostateDf <- removeNans(prostateDf)
df <- prepareData(df=prostateDf,fstate='SL')
plotAgMortPerInc(df=df,fstate='SL')

vojind/gca documentation built on Dec. 23, 2021, 4:10 p.m.