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