README.md

Welcome to StatAid

Lifecycle:
experimental

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:

  • ROC Curves
  • Getting started

    Online version

    StatAid has a ready-to-use online version available at https://vincentalcazer.shinyapps.io/StatAid/.

    Local version

    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()
    

    Quick-start user guide

    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

    Citing StatAid

    If you found StatAid useful and used it for your research, please cite the paper published in the Journal of Open Source Software. DOI

    Troubleshooting and contribution

    All troubleshooting and contributions can be found on the Github page.

    Bug report

    If you encounter any problem with the software or find a bug, please report it on GitHub:

    Feature request

    To ask for new feature implementation/current feature enhancemenet:

    Contribution proposal

    Contributions to new features or code enhancement are welcomed by creating a new pull request.



    VincentAlcazer/StatAid documentation built on Aug. 27, 2024, 1:50 a.m.