nonparboot_app | R Documentation |
This function creates a Shiny app for performing nonparametric bootstrap tests with pooled resampling. The app allows you to conduct an independent t-test, a paired t-test, or a one-way ANOVA, depending on your input.
nonparboot_app()
An interactive Shiny app.
Dwivedi AK, Mallawaarachchi I, Alvarado LA (2017). 'Analysis of small sample size studies using nonparametric bootstrap test with pooled resampling method.' Statistics in Medicine, 36 (14), 2187-2205. https://doi.org/10.1002/sim.7263
if(interactive()){
nonparboot_app()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.