View source: R/bootstrap_sample.R
bootstrap_sample | R Documentation |
Generate boostrap sample on the provided population.
bootstrap_sample(pop, n, n_bootstraps)
pop |
Population data |
n |
Sample sizes (SBS sample size, PPS sample size). |
n_bootstraps |
Number of bootstrap samples. |
A summary data frame of the estimator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.