Intro to R: Linear Algebra

Vector Indexing, Eigenvector Solvers, Singular Value Decomposition, & More

Andre Ye
9 min readMar 14, 2020

--

R is a very powerful language developed especially for data analysis, data visualization, and machine learning, which makes it a must-learn for any aspiring data scientist.

R is especially handy with linear algebra. Its built-in data types like vectors and matrices mesh…

--

--