launch_tutorial: Launch Tutorials

Description Usage Arguments Value Examples

View source: R/launch_tutorial.R

Description

This function is used to launch tutorials.

Usage

1
launch_tutorial(tutorial)

Arguments

tutorial

character, representing the name of a tutorial to run. Options include:

  1. 'intro-to-r': A basic introduction to how to use R.

  2. 'data-frames': An introduction to using data frames in R.

  3. 'numerical-descriptives': Using R to do basic descriptive statistics with numerical data.

  4. 'categorical-descriptives': Using R to do basic descriptive statistics with categorical data.

  5. 'regression': Ordinary least squares regression using R.

  6. 't-tests': An introduction to doing t-tests in R.

  7. 'anova': Using R for ANOVA.

Value

None.

Examples

1
launch_tutorial('intro-to-r')

kimbrianj/umdpsyc documentation built on Jan. 27, 2021, 7:36 a.m.