View source: R/gro_bootstrap.R
gro_bootstrap | R Documentation |
bootstrap estimates
gro_bootstrap( data, filter_var = "NO", B = 1000, alpha = 0.05, statistic = median, calculate = c("confidence interval", "variance", "standard deviation", "coefficient of variation") )
data |
some data |
filter_var |
some value referring to missing values |
B |
how many bootstrap replicates should be used |
alpha |
significance level |
statistic |
Which statistic should we do inference on. A function that exists in R taking a numeric vector. median is default |
calculate |
What do we want to calculate for the statistic considered. EIther |
values for each considered group
print(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.