Description Usage Arguments Value Examples
View source: R/ageStandardizedAnalysis.R
Prepares data for age standardized analysis. Resembles prepareData(). Final dataframe only has period, incRate and mortRate
1 | tweakAsisData(data, fstate)
|
data |
data frame for preparation |
fstate |
specifying federal state |
prepared data frame, ready for further analyses
1 2 3 | prostate <- cancerData[['prostate']][[1]]
data <- tweakAsisData(prostate,'SL')
plotAsis(data,'SL')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.