An open API service indexing awesome lists of open source software.

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

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.