| md.data | R Documentation | 
Creates information of covariates that are copies of covariates from an existing data set.
This function call must be added to the md.simparams object.
md.data(data, randomsample = FALSE)
| data | data.frame | 
| randomsample | controls whether the rows of the dataset are randomly sampled (with replaceent) or simply copied | 
## Not run: 
library(missDeaths)
sim = md.simparams() +
   md.data(data) 
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.