Skip to content

paternogbc/SSregression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About SSregression

GitHub version

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

logo

The OSI logo trademark is the trademark of Open Source Initiative

Author

Gustavo Paterno | paternogc@gmail.com

Credit

This application was developed with shiny in R studio.