Web application made whith shiny in order to visualize and analyze the mesure of symptom intensity as quantitative variable in function of experimental factors.
Shiny server hosting the application online
- Main Program: Please copy and paste the following command to R console.
- Upgrading R and Rstudio to the latest version (R >= 3.5, Rstudio > 1.0.0) is strongly recommended.
#### Install or update SIAT
install.packages("remotes")
remotes::install_github("aucomte/SIAT")
- To run the application SIAT
library(SIAT)
runSIAT()
The paper is currently in prep.
LGPL-3 | file LICENSE