An application for creating, adjusting, and checking the suitability of data sets for courses that incorporate introductory statistical methods
The StatTeacherAssistant
R
package includes an interactive Shiny
application, which is run locally on the user’s machine. It enables
users to randomly generate data, make new versions of existing data
through common adjustments (e.g., adding random normal noise and
performing transformations), and check the suitability of the resulting
data for statistical analyses. The app was designed to support educators
in wide-ranging disciplines, with a particular focus on those teaching
introductory statistical methods (descriptive and/or inferential) for
data analysis.
The StatTeacherAssistant
package can be installed from either
CRAN or
GitHub.
To install from CRAN, run the following code in R
:
install.packages("StatTeacherAssistant")
To install the package from GitHub, run the following code in R
:
install.packages("remotes") # installs the remotes package for accessing the install_github() function
remotes::install_github("ccasement/StatTeacherAssistant") # installs the StatTeacherAssistant package
The StatTeacherAssistant
application can be run using a single line of
code in R
:
StatTeacherAssistant::runStatTeacherAssistantApp()
If you happen to find any bugs, we kindly ask that you email us at casementc@gmail.com.
StatTeacherAssistant
is distributed under the MIT license. For
details, see the LICENSE.md file.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.