Visualizing oneway ANOVA

I spent a little while over this winter break expanding upon how I might use Shiny to help demonstrate and familiarize students with statistical concepts in music education research methods courses. In general, it seems to me that clear explanations are needed, practice examples are good, but “live” manipulable demos are really, really great.

I built an app that allows students to visualize and manipulate a hypothetical experimental scenario so that they can see how the oneway ANOVA procedure partitions variation into “group (i.e., model)” and “residual” sources or more colloquially, “between” and “within” group sources. The plot at the top shows stripcharts of three groups of hypothetical experimental participants in blue, and a single stripchart of all of the hypothetical participants at once in red. Below the strip chart are controls for manipulating the data.

Students can play with the means of three groups and watch the between sums of squares go up and down. When students manipulate the standard deviations of the groups, they’ll see the within sums of squares go up and down. The numbers corresponding to the between, within, and total sums of squares appear reactively in the sub-title of the plot on top.

Below the controls are (a) a corresponding ANOVA table that updates reactively with each change the student makes and (b) a density plot to depict the overlap among the groups a bit more clearly.

This app is similar in design to “this ANOVA handout” I use in my courses.

Click this link or the image below to access the app:

https://petemiksza.shinyapps.io/Visualizing_oneway_ANOVA/

http://js-170-95.jetstream-cloud.org:3838/oneway_ANOVA/

Let me know what you think if you have a moment or have any suggestions if you’d like to use this or something like it and I can be of help.

 

PS…

I’ve updated the previous “standard error of the mean” app I built to be cleaner and easier to use (see the previous post)

Advertisement