/ConfidenceIntervals

Demonstrating Confidence Intervals and Sample Size Using Shiny

Primary LanguageR

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