course
Matrices in R Tutorial
Learn all about R's matrix, naming rows and columns, accessing elements also with computation like addition, subtraction, multiplication, and division.
May 11, 2020 · 7 min read
Topics
R Courses
4 hr
2.7M
course
Intermediate R
6 hr
598.6K
course
Writing Efficient R Code
4 hr
47.2K
See More
RelatedSee MoreSee More
blog
R Correlation Tutorial
Get introduced to the basics of correlation in R: learn more about correlation coefficients, correlation matrices, plotting correlations, etc.
David Woods
18 min
tutorial
Arrays in R
Learn about Arrays in R, including indexing with examples, along with the creation and addition of matrices and the apply() function.
Olivia Smith
8 min
tutorial
Understanding Confusion Matrix in R
This tutorial takes course material from DataCamp's Machine Learning Toolbox course and allows you to practice confusion matrices in R.
Ryan Sheehy
3 min
tutorial
Introduction to Data frames in R
This tutorial takes course material from DataCamp's Introduction to R course and allows you to practice data frames.
Ryan Sheehy
5 min
tutorial
Data Types in R
Learn about data types and their importance in a programming language. More specifically, learn how to use various data types like vector, matrices, lists, and dataframes in the R programming language.
Aditya Sharma
12 min
tutorial
Operators in R
Learn how to use arithmetic and logical operators in R. These binary operators work on vectors, matrices, and scalars.
DataCamp Team
4 min