Skip to content
Snippets Groups Projects
README.md 1.59 KiB
Newer Older
Intro Statistics Applets
================
Fairbourn, Camille's avatar
Fairbourn, Camille committed

-   [Two Proportion Resampling Test](#two-proportion-resampling-test)
-   [One Proportion Resampling Test](#one-proportion-resampling-test)

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