AggByYear | R Documentation |
Aggregates data to get sero events and pyears by year.
AggByYear(dat)
dat |
A dataframe generated from |
data.frame
Args <- setArgs(imputeMethod = imputeMidPoint)
rtdat <- getRTData(dat = getHIV())
idat <- getIncData(rtdat, Args = Args)
inc <- AggByYear(idat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.