Coding Vignette- Linear Algebra in R

Click here for a video on basic linear algebra in R.
Author

George I. Hagstrom

Published

February 14, 2025

For those of you that prefer to work in R, I decided to make a video going through the basics of matrix manipulations and linear algebra in R. At the end I redo one of the examples from the last meetup. Although matrices aren’t commonly used in introductory R classes, they do become quite prominent for more advanced applications (consider tidymodels which can return matrices where the entries are different models).

Click here to watch the video on youtube

The linear algebra routines are all in base R: Click Here for a Tutorial

I have also included the R script with the code that I entered