Intro Statistics Applets
================

-   [Two Proportion Resampling Test](#two-proportion-resampling-test)
-   [One Proportion Resampling Test](#one-proportion-resampling-test)
-   [Standard Deviation Game](#standard-deviation-game)

Intro Statistics Applets houses the Shiny apps developed for use in introductory statistics courses at Michigan State University. These applets are designed to be modified for your own use. A description of each applet is provided below, along with a link to a published version.

------------------------------------------------------------------------

### Two Proportion Resampling Test

The Two Proportion Resampling Test app conducts [Fisher's Exact Test](https://en.wikipedia.org/wiki/Fisher%27s_exact_test) by randomization. Preset datasets are included, with the option to customize the observed data. Download the *TwoProportionResamplingTest* folder and start customizing the app to your specified needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/TwoProportion/).

<img src="img/TwoPropResamplingTest.png" width="2548" />

------------------------------------------------------------------------

### One Proportion Resampling Test

The One Proportion Resampling Test app conducts a one proportion hypothesis test by randomization. Preset examples are included, with the option to specify your own values of *n* and *p*. Download the *OneProportionResamplingTest* folder and start customizing the app to your specified needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/OneProportion/).

<img src="img/OnePropResamplingTest.png" width="3328" />

------------------------------------------------------------------------

### Standard Deviation Game

The Standard Deviation Game let's you put your skills to the test! Four histograms are shown, and you need to select the histogram that matches the standard deviation provided. Two difficulties are available. Download the *StandardDeviationGame* folder and start customizing the app to your specified needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/SDgame/).

<img src="img/StandardDeviationGame.png" width="3332" />

------------------------------------------------------------------------