Description Usage Arguments Value Author(s) Examples
View source: R/diff-ml-utilities.R
Generate random data list from a original data.
1 | get_sampledflist(dalist, bootnums = 30, ratio = 0.7, makerownames = FALSE)
|
dalist |
list, a list contained multi data.frame. |
bootnums |
integer, the number of bootstrap iteration, default is 30. |
ratio |
numeric, the ratios of each data.frame to keep. |
makerownames |
logical, whether build row.names,default is FALSE. |
the list contained the data.frame generated by bootstrap iteration.
Shuangbin Xu
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.