summarize_bs | R Documentation |
Summarize bootstrap samples
summarize_bs(bootdf, estdf = NULL, sig.level = 0.05, CI.type = "band")
bootdf |
Data frame containing bootstrapped estimates, with a column containing a convergence indicator |
estdf |
Data frame containing full sample estimate |
sig.level |
Significance level to use for confidence intervals |
CI.type |
Character string, "pointwise" for pointwise confidence intervals, and "band" for simultaneous confidence band. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.