This repository contains a R/Shiny app to obtain sample sizes for the optimal design for multivariate norming with the Mahalanobis distance, as in Innocenti et al. (2024, Journal of Educational and Behavioral Statistics, 49(5), 817-847. https://doi.org/10.3102/10769986231210807)
To run the code you would need:
- An installation of R (https://cran.r-project.org/bin/windows/base/)
- With a shiny library (install.packages("shiny")).
- then run this code:
shiny::runGitHub('FInnocenti-Stat/ShinyApp_SampSize_MahalaDist')