StatAid
is a free open-source software provided as an R package
allowing clinicians and researchers to perform statistical analysis
through an intuitive graphical interface. It has been developed with the
R software, using the Shiny package.
Golem has been used for package
compilation and deployment.
The software guides the users through the steps of a good data analysis, including multiple features such as:
StatAid has a ready-to-use online version available at https://vincentalcazer.shinyapps.io/StatAid/.
You can install the development version from GitHub either by cloning the repository or directly by downloading the package in R:
install.packages("remotes")
remotes::install_github("VincentAlcazer/StatAid")
StatAid::run_app()
If you are not familiar with StatAid or just want to have an overview of the different possibilities, you can check the StatAid’s quick-start user guide
If you found StatAid useful and used it for your research, please cite
the paper published in the Journal of Open Source
Software.
All troubleshooting and contributions can be found on the Github page.
If you encounter any problem with the software or find a bug, please report it on GitHub:
To ask for new feature implementation/current feature enhancemenet:
Contributions to new features or code enhancement are welcomed by creating a new pull request.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.