replext {npboottprm}R Documentation

Replext Simulation Shiny App

Description

This application attempts to replicate and extend the simulation results from the paper by Dwivedi et al. (2017). The application includes a user interface for selecting simulation parameters and a server logic to process the simulation and handle user interactions.

Usage

replext()

Details

The app's user interface consists of:

The server logic of the app handles:

Value

A Shiny app object which can be run to start the application.

References

Dwivedi AK, Mallawaarachchi I, Alvarado LA. Analysis of small sample size studies using nonparametric bootstrap test with pooled resampling method. Stat Med. 2017 Jun 30;36(14):2187-2205. doi: 10.1002/sim.7263. Epub 2017 Mar 9. PMID: 28276584.

Examples

if(interactive()){
  replext()
}


[Package npboottprm version 0.3.1 Index]