Skip to content

nagosto/aov-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny dashboard to explore some anova exercises. Custom analyses can be made by filling empty tables.

To launch

Shiny needs to be loaded:

if (!require("shiny")) {
    install.packages("shiny")
    library(shiny)
}

Then run:

runGitHub("nagosto/aov-dashboard", ref="main")

or to clone the repository instead, then run:

if (!require("usethis")) {
    install.packages("usethis")
    library(usethis)
}
create_from_github(
  "nagosto/aov-dashboard",
  protocol='https')
runApp()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages