/sample_means

a shinyR demo for explaining SEM

Primary LanguageRCreative Commons Attribution 4.0 InternationalCC-BY-4.0

sample_means

shinyR demo to illustrate how the distribution of sample means becomes Gaussian with increasing sample size and why SEM=sd/sqrt(n).

Ian Stevenson, CC-BY, 2015

Installation and Usage - no clone needed

install.packages("shiny")
library("shiny")
runGitHub("sample_means","ihstevenson")

Installation and Usage - if you clone the repo

install.packages("shiny")
library("shiny")
runApp("sample_means")