Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 432 Bytes

ReadMe.md

File metadata and controls

10 lines (7 loc) · 432 Bytes

Demonstrating Confidence Intervals and Sample Size Using Shiny

This shiny app can be used to demonstrate the relationship between sample size and confidence intervals. Check it out here http://apps.tylerhunt.co/ConfidenceIntervals or run the app locally use this code.

require(shiny)
runGitHub("CI", "JackStat")