get_resamples | R Documentation |
Create non-parametric resamples with replacement of a data.frame
get_resamples(tab, n = 1000, seed = NULL)
tab |
A data frame with colnames containing "cost", "effect", and "strategy" |
n |
Number of resamples |
seed |
Parameter to reproduce the results |
A list with a length equal to the number of strategies containing a list of n data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.