This interactive application allows you to explore how Sums of Squares are calculated in simple linear regressions. Change one of the parameters to see what happens.
Check this application online: SSregression
Before you run, install the following R packages:
install.packages(shiny)
install.packages(ggplot2)
install.packages(shinydashboard)
install.packages(grid)
install.packages(markdown)
install.packages(ggExtra)
To run this application localy, simple paste the following code on R
console:
shiny::runGitHub("SSregression", "paternogbc")
Fork this repo and create a pull request. Please, report bugs here.
This software is Open Source and is under the public license GPL-3.0
The OSI logo trademark is the trademark of Open Source Initiative
Gustavo Paterno | paternogc@gmail.com