Description Usage Arguments See Also
This wrapper simulates a data set, performs randomForest
and
extracts category frequency information and safes the according objects
to the hard drive.
1 2 3 4 | simulateAndSafe(seed = 123, n.obs = 500, n.snp = 200,
maf = rep(c(0.05, 0.1, 0.25, 0.4), each = 50), ntree = 500,
path = "~/", subpaths = c("SNPdata/", "rF/", "cforest/", "cF/"),
outprefix = "")
|
seed |
The seed to be used in data simulation. |
n.obs |
A |
n.snp |
A |
maf |
A |
ntree |
Passed to |
path |
The path in which to create the object sub-folders and save the objects to. |
subpaths |
The names of the folders where the according objects will be saved to. |
outprefix |
A |
simulateSNPdata
, simulateAndTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.