Introduction to R Programming: Creating Vectors, Matrices, and Other Intro Topics (R Tutorial 1.2)

Learn how to create vectors and matrices and perform simple operations on them using the R programming language. You will learn how to use the “seq“, “rep“, “matrix“, and [] (square brackets) commands. This video is a tutorial for programming in R Statistical Software for beginners. Here is an overview of the topics discussed in this video. You can click on the time stamp to jump to the specific topic. 0:00:29 how to create vectors in R for both numbers or objects using the “c“ or “concatenate“ command
Back to Top