sdGameApp: Interactive applet to explore the standard deviation

Description Usage Details Author(s) Examples

Description

A game where the user matches the standard deviation of the blue normal curve to the unknown standard deviation of the red curve to gain better intuition of what the standard deviation truly measures.

Usage

1
sdGameApp(display = c("normal", "showcase"))

Details

The user attempts to match the standard deviation of the blue normal distribution to that of the red distribution using the Standard Deviation slider. When satisfied with their approximation, the user may check the show solution/next checkbox - this displays the normal distribution with the correct standard deviation in green. It displays the correct standard deviation as text, the user's approximation, and the percent off from the correct standard deviation. If the percent off is less than 20 "wins", if more than 20

The default red distribution is a random distribution. The possible red distributions include normal, uniform, exponential, t with 2 to 3 degrees of freedom, t with 3 degrees of freedom, F, and Chi-Squared. Using the distribution picker, the user may choose one distribution to use as the red unknown distribution. This can be used for more focused lessons on specific distributions, practice, or curiosity.

Author(s)

Andrew Rich (andrew.joseph.rich@gmail.com), Daniel Kaplan (kaplan@macalester.edu), Randall Pruim (rpruim@calvin.edu) , Mengdie Wang(mwang3@macalester.edu) and Jingjing Yang(jyang1@macalester.edu)

Examples

1
2
sdGameApp() #if you do not want to display the code
sdGameApp(display = "showcase") #if you want to display the code

farfallawang/mosaicApps documentation built on May 16, 2019, 10:09 a.m.