https://github.com/ekstroem/shinysamplemean
Distribution of Sample Means
https://github.com/ekstroem/shinysamplemean
Last synced: 12 months ago
JSON representation
Distribution of Sample Means
- Host: GitHub
- URL: https://github.com/ekstroem/shinysamplemean
- Owner: ekstroem
- Created: 2015-11-11T23:13:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T23:31:57.000Z (over 10 years ago)
- Last Synced: 2025-01-30T14:38:32.870Z (over 1 year ago)
- Language: R
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShinySampleMean
Distribution of Sample Means.
To run directly from R use
```{r}
library(shiny)
runGitHub('ShinySampleMean', 'ekstroem')
```
This app was lifted from [Show me Shiny](http://www.showmeshiny.com/distribution-of-sample-means/) and was created by Ian Stevenson.