Description
Central Limit Theorem 'shiny' Application.
Description
A 'shiny' application estimating the operating characteristics of the Student's t-test by Student (1908) <doi:10.1093/biomet/6.1.1>, Welch's t-test by Welch (1947) <doi:10.1093/biomet/34.1-2.28>, and Wilcoxon test by Wilcoxon (1945) <doi:10.2307/3001968> in one-sample or two-sample cases, in settings defined by the user (conditional distribution, sample size per group, location parameter per group, nuisance parameter per group), using Monte Carlo simulations Malvin H. Kalos, Paula A. Whitlock (2008) <doi:10.1002/9783527626212>.
README.md
Installation
You may need to install Shiny package before installation shinyCLT.
install.packages("shiny")
Then proceed to installation of shinyCLT package from CRAN:
install.packages("shinyCLT")
or GitHub
devtools::install_github("shinyCLT/shinyCLT", build_vignettes = TRUE)
Then you could load the library and run the application.
library(shinyCLT)
CLT()
For more detailed information, see vignette("shinyCLT")
.