STAT2 {STAT2} | R Documentation |
STAT2() loads interactive user interface built using R 'shiny'.
STAT2()
Start STAT2
The interactive user interface is to provide an easy way for basic statistical analysis and downloading plots.
Nothing
if(interactive()){
library(rmarkdown)
STAT2()
}