Skip to content

ihstevenson/sample_means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

a shinyR demo for explaining SEM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages