Skip to content

Shiny app to run ANOVA and get a report of the results.

Notifications You must be signed in to change notification settings

cpsievert/DIY_ANOVA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY ANOVA is a Shiny app that guides the user through the process of checking assumptions for ANOVA and performing the actual analysis, plus checking pairwise differences by means of a section dedicated to post hoc tests.

It was developed by Danilo Pecorino (danilo.pecorino@gmail.com), who would love to receive feedbacks and comments on how to improve and make it more and more user friendly.

---

You can run this app locally by running R. Then type the following

library(shiny)
runApp("path to the DIY_ANOVA directory")

---

Requirements

DIY_ANOVA requires the following R libraries

shiny, shinyWidgets, shinydashboard, DT, GAD, multcompView, lsmeans

They can be installed by typing the following at the R console

install.packages(c("shiny", "shinyWidgets", "shinydashboard", "DT", "GAD", "multcompView", "lsmeans"))

About

Shiny app to run ANOVA and get a report of the results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.8%
  • CSS 0.2%