library(ucrstats)

Accessing tutorials

Tutorials can be accessed by placing the tutorial name or “id” into the access_tutorial function. The different tutorials are listed below, with the names/ids shown in parentheses.

Available Tutorials

The following tutorials on linear regression are available.

Simple Linear Regression (R_SLR)

This tutorial provides the basic information on linear relationships between two variables and conducting a simple linear regression model in R.

Multiple Linear Regression (R_MLR)

This tutorial provides the basic information to conduct a multiple linear regression model in R.

Linear Regression Residual Analysis (R_Resid)

This tutorial provides the basic code to conduct a residual analysis from a linear regression model.