Description Usage Format Source Examples
Sample miceDefs object built off of iris dataset. Included so examples don't run for too long.
1 |
A miceDefs object. See “'?miceRanger“' for details.
set.seed(1991) data(iris) ampIris <- amputeData(iris,cols = c("Petal.Width","Species")) sampleMiceDefs <- miceRanger( ampIris ,m=3 ,maxiter=3 ,vars=c("Petal.Width","Species") )
1 2 3 4 | ## Not run:
sampleMiceDefs
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.