MIdata | R Documentation |
Function to generate multiple datasets with imputed serodate.
MIdata(rtdat, Args, f = identity, bdat = NULL)
rtdat |
Dataframe from |
Args |
Takes list from |
f |
Function to perform additional operations. |
bdat |
Dataframe of birthdates, otherwise it use |
list
Args <- setArgs(nSim=2, mcores=1)
rtdat <- getRTData(dat=getHIV())
MIdata(rtdat, Args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.