The Shiny App is an interactive educational tool that includes learning and testing modes for beginning learners to learn concepts of linear regression.
You can see a live version at https://apsta.shinyapps.io/Shinyapp_Reg/
Please run global.R
File/Folder Name | Description |
---|---|
R | Functions |
server | Scripts that build the server |
UI | Scripts that build the UI |
global.R | Code that is run prior to launching the Shiny app |
server.R | Main server framework |
ui.R | Main UI framework |