get_tutorial will activate the requrested tutorial
get_tutorial(tutorial)
Arguments
| tutorial |
Name of tutorial
"Hello": An introduction
"EDA": Exploratory Data Analysis
"Unsupervised": Principal Components Analysis & Cluster Analysis
"Linear Regression": Linear Regression
"Supervised Classification": Logistic Regression & Discriminant Analysis
"Resampling": Leave-One-Out Cross-Validation, *k*-Fold Cross Validation, & Bootstrapping
"Model Selection": Best Subset & Stepwise Selection for Linear Models
|
Examples
not_run({
get_tutorial("Hello")
})