Interactive web-based learning applications for data science courses. The apps illustrate fundamental statistics concepts through dynamic visualizations for undergraduate coursework at UC Santa Barbara.
Be sure to install the following R packages shinydashboard, shinydashboardPlus, Stat2Data
install.packages('shiny')
install.packages('shinydashboard')
install.packages('shinydashboardPlus')
install.packages('Stat2Data')
Source code: here
Run:
library(shiny)
runGitHub("DataScienceApps", "javzapata", subdir = "Confidence Intervals//")
Source code: here
Run:
library(shiny)
runGitHub("DataScienceApps", "javzapata", subdir = "Hypothesis Testing//")
Source code: here
Run:
library(shiny)
runGitHub("DataScienceApps", "javzapata", subdir = "LLN//")
Source code: here
Run:
library(shiny)
runGitHub("DataScienceApps", "javzapata", subdir = "Real Life Gaussian Data//")
Source code: here
Run:
library(shiny)
runGitHub("DataScienceApps", "javzapata", subdir = "Regression//")