getIncData | R Documentation |
Function that imputes sero date, splits at censoring date and set the age.
getIncData(rtdat, bdat = NULL, Args, func = identity)
rtdat |
dataset from |
bdat |
dataset from |
Args |
takes list from |
func |
Function to perform additional operation. |
data.frame
Args <- setArgs(imputeMethod = imputeRandomPoint)
rtdat <- getRTData(dat=getHIV())
getIncData(rtdat, Args = Args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.