This online software allows you to load data and make professional-looking graphs with it. Graph types are basic (scatterplot, line plot, bar charts, etc.), statistical (histograms, box plots), scientific (error bars, heat map, contour), 3D charts, and financial (e.g. time series). Other graphs are available with the paid pro version. Log in is required, which allows you to upload data and save it for next use.
A game to aid in teaching experimental design and significance testing (especially one sample, two sample, and matched pair situations). Tangrams are puzzles in which a person is expected to place geometrically shaped pieces into a particular design. The on-line Tangram Game provides students the opportunity to design many versions of the original game in order to test which variables have the largest effect on game completion time. A full set of student and instructor materials are available and were created by Kevin Comiskey (West Point), Rod Sturdivant (Ohio State University) and Shonda Kuiper (Grinnell College) as part of the Stat2Labs collection.
This software makes it easier to use the R language. It includes a code debugger, editing, and visualization tools.
This is a web application framework for R, in which you can write and publish web apps without knowing HTML, Java, etc. You create two .R files: one that controls the user interface, and one that controls what the app does. The site contains examples of Shiny apps, a tutorial on how to get started, and information on how to have your apps hosted, if you don't have a server.