Awesome
About SSregression
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
Run this application on R Studio
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")
Want to help?
Fork this repo and create a pull request. Please, report bugs here.
License
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
Author
Gustavo Paterno | paternogc@gmail.com