get_tutorial will activate the requrested tutorial

get_tutorial(tutorial)

Arguments

tutorial

Name of tutorial

  1. "Hello": An introduction

  2. "EDA": Exploratory Data Analysis

  3. "Unsupervised": Principal Components Analysis & Cluster Analysis

  4. "Linear Regression": Linear Regression

  5. "Supervised Classification": Logistic Regression & Discriminant Analysis

  6. "Resampling": Leave-One-Out Cross-Validation, *k*-Fold Cross Validation, & Bootstrapping

  7. "Model Selection": Best Subset & Stepwise Selection for Linear Models

Examples

not_run({ get_tutorial("Hello") })