Description Usage Arguments Value
Sample rows of the given data frame with replacement.
1 | sample.clones(.data, .n, .replace = T)
|
.data |
Data.frame or a list with data.frames |
.n |
Sample size if integer. If in bounds [0;1] than percent of rows to extract. "1" is a percent, not one row! |
.replace |
if T then choose with replacement, else without. |
Data.frame of nrow .n or a list with such data.frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.