Learn R Programming

An application for creating, adjusting, and checking the suitability of data sets for courses that incorporate introductory statistical methods

Description

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.

Installation

The StatTeacherAssistant package can be installed from either CRAN or GitHub.

Installing from CRAN

To install from CRAN, run the following code in R:

install.packages("StatTeacherAssistant")

Installing from GitHub

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

Usage

The StatTeacherAssistant application can be run using a single line of code in R:

StatTeacherAssistant::runStatTeacherAssistantApp()

Bug Reporting

If you happen to find any bugs, we kindly ask that you email us at casementc@gmail.com.

License

StatTeacherAssistant is distributed under the MIT license. For details, see the LICENSE.md file.

Copy Link

Version

Install

install.packages('StatTeacherAssistant')

Monthly Downloads

114

Version

0.0.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Christopher Casement

Last Published

May 1st, 2025

Functions in StatTeacherAssistant (0.0.3)

StatTeacherAssistant-package

StatTeacherAssistant: An App that Assists Intro Statistics Instructors with Data Sets
runStatTeacherAssistantApp

Run the StatTeacherAssistant Shiny application