https://github.com/ekstroem/shinyleastsquares
https://github.com/ekstroem/shinyleastsquares
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekstroem/shinyleastsquares
- Owner: ekstroem
- Created: 2016-05-16T19:54:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T19:59:20.000Z (about 10 years ago)
- Last Synced: 2025-01-30T14:39:07.238Z (over 1 year ago)
- Language: R
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShinyLeastSquares
Explanation of least squares estimation
To run directly from R use
```{r}
library(shiny)
runGitHub('ShinyLeastSquares', 'ekstroem')
```