This is an R Markdown presentation for my very first Shiny application. You can find it here: http://skkk1972.shinyapps.io/Shiny_01/.
It helps you to conduct a hypothesis test to determine whether the difference between two proportions is significant. The test procedure, called the two-proportion z-test, is appropriate when the following conditions are met:
- The sampling method for each population is simple random sampling.
- The samples are independent.
- Each sample includes at least 10 successes and 10 failures. (Some texts say that 5 successes and 5 failures are enough.)
- Each population is at least 10 times as big as its sample.