Description Usage Arguments Value
View source: R/helper_functions.R
Returns N stratified bootstrap samples of a dataframe.
1 | strat_sample_boot(df, strat, nboot, parallel = TRUE)
|
df |
Dataframe to sample from. |
strat |
String specifying strata column. |
nboot |
Numeric value specifying number of bootstrap samples. |
parallel |
Logical value. Helpful when |
List of N vectors containing bootstrap indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.