You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
About
Demonstrating Confidence Intervals and Sample Size Using Shiny