Skip to content
Snippets Groups Projects
Commit a824d87b authored by Manski, Scott's avatar Manski, Scott
Browse files

current version (05/13/2019)

parent 9fc65cf0
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ knitr::include_graphics("img/ConfidenceIntervalApp.png")
### Gettysburg Submission App
This app is designed to collect and visualize class data from the Gettysburg Activity. The activity has students attempt to estimate the average word length in the Gettysburg address by sampling 10 words of their choice, and then by sampling 10 random words.Download the *GettysburgSubmissionApp* folder and start customizing the app to your specific needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/GettySamples/).
This app is designed to collect and visualize class data from the Gettysburg Activity. The activity has students attempt to estimate the average word length in the Gettysburg address by sampling 10 words of their choice, and then by sampling 10 random words. Download the *GettysburgSubmissionApp* folder and start customizing the app to your specific needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/GettySamples/).
```{r Gettysburg, echo=FALSE}
knitr::include_graphics("img/GettysburgSubmissionApp.png")
......@@ -65,3 +65,13 @@ knitr::include_graphics("img/GettysburgSubmissionApp.png")
***
### Sampling Distribution for the Mean
This app is shows the sampling distribution for the mean for a dataset of the user's choice. Users also have the option to upload their own data via a .csv file. Download the *SamplingDistributionForMean* folder and start customizing the app to your specific needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/SamplingDistributions/).
```{r Sampling Distribution, echo=FALSE}
knitr::include_graphics("img/SamplingDistforMean.png")
```
***
......@@ -6,6 +6,7 @@ Intro Statistics Applets
- [Standard Deviation Game](#standard-deviation-game)
- [Confidence Interval App](#confidence-interval-app)
- [Gettysburg Submission App](#gettysburg-submission-app)
- [Sampling Distribution for the Mean](#sampling-distribution-for-the-mean)
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.
......@@ -15,7 +16,7 @@ Intro Statistics Applets houses the Shiny apps developed for use in introductory
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" />
<img src="img/TwoPropResamplingTest.png" width="2178" />
------------------------------------------------------------------------
......@@ -23,7 +24,7 @@ The Two Proportion Resampling Test app conducts [Fisher's Exact Test](https://en
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 specific 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" />
<img src="img/OnePropResamplingTest.png" width="2178" />
------------------------------------------------------------------------
......@@ -31,7 +32,7 @@ The One Proportion Resampling Test app conducts a one proportion hypothesis test
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 specific 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" />
<img src="img/StandardDeviationGame.png" width="2178" />
------------------------------------------------------------------------
......@@ -39,14 +40,22 @@ The Standard Deviation Game let's you put your skills to the test! Four histogra
This app allows users to visualize the repeated confidence intervals for a proportion. The true proportion, confidence level, sample size, and the number of samples can all be chosen by the user. Download the *ConfidenceIntervalApp* folder and start customizing the app to your specific needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/Confidence/).
<img src="img/ConfidenceIntervalApp.png" width="2224" />
<img src="img/ConfidenceIntervalApp.png" width="2178" />
------------------------------------------------------------------------
### Gettysburg Submission App
This app is designed to collect and visualize class data from the Gettysburg Activity. The activity has students attempt to estimate the average word length in the Gettysburg address by sampling 10 words of their choice, and then by sampling 10 random words.Download the *GettysburgSubmissionApp* folder and start customizing the app to your specific needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/GettySamples/).
This app is designed to collect and visualize class data from the Gettysburg Activity. The activity has students attempt to estimate the average word length in the Gettysburg address by sampling 10 words of their choice, and then by sampling 10 random words. Download the *GettysburgSubmissionApp* folder and start customizing the app to your specific needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/GettySamples/).
<img src="img/GettysburgSubmissionApp.png" width="2950" />
<img src="img/GettysburgSubmissionApp.png" width="2178" />
------------------------------------------------------------------------
### Sampling Distribution for the Mean
This app is shows the sampling distribution for the mean for a dataset of the user's choice. Users also have the option to upload their own data via a .csv file. Download the *SamplingDistributionForMean* folder and start customizing the app to your specific needs. A published version of this app can be seen [here](https://shiny.stt.msu.edu/fairbour/SamplingDistributions/).
<img src="img/SamplingDistforMean.png" width="2178" />
------------------------------------------------------------------------
img/ConfidenceIntervalApp.png

1.14 MiB | W: | H:

img/ConfidenceIntervalApp.png

1.1 MiB | W: | H:

img/ConfidenceIntervalApp.png
img/ConfidenceIntervalApp.png
img/ConfidenceIntervalApp.png
img/ConfidenceIntervalApp.png
  • 2-up
  • Swipe
  • Onion skin
img/GettysburgSubmissionApp.png

252 KiB | W: | H:

img/GettysburgSubmissionApp.png

272 KiB | W: | H:

img/GettysburgSubmissionApp.png
img/GettysburgSubmissionApp.png
img/GettysburgSubmissionApp.png
img/GettysburgSubmissionApp.png
  • 2-up
  • Swipe
  • Onion skin
img/OnePropResamplingTest.png

569 KiB | W: | H:

img/OnePropResamplingTest.png

279 KiB | W: | H:

img/OnePropResamplingTest.png
img/OnePropResamplingTest.png
img/OnePropResamplingTest.png
img/OnePropResamplingTest.png
  • 2-up
  • Swipe
  • Onion skin
img/SamplingDistforMean.png

281 KiB

img/StandardDeviationGame.png

266 KiB | W: | H:

img/StandardDeviationGame.png

221 KiB | W: | H:

img/StandardDeviationGame.png
img/StandardDeviationGame.png
img/StandardDeviationGame.png
img/StandardDeviationGame.png
  • 2-up
  • Swipe
  • Onion skin
img/TwoPropResamplingTest.png

335 KiB | W: | H:

img/TwoPropResamplingTest.png

283 KiB | W: | H:

img/TwoPropResamplingTest.png
img/TwoPropResamplingTest.png
img/TwoPropResamplingTest.png
img/TwoPropResamplingTest.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment