nonparboot_app {npboottprm}R Documentation

Shiny App for Nonparametric Bootstrap Tests with Pooled Resampling

Description

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.

Usage

nonparboot_app()

Value

An interactive Shiny app.

References

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

Examples

if(interactive()){
  nonparboot_app()
}


[Package npboottprm version 0.2.1 Index]