Getting Started with R Programming

 


I had already installed R and RStudio previously for another course, that being said I did not run into any issues. I simply had to update it and open it again and it went smoothly. My system is currently running Windows 11, R version 4.5.1 and RStudio Version 2026.01.0+392. 

From reading chapter 1-2 and my own personal knowledge from previous projects with R, a vector is a data structure that stores a collection of elements of the same type. Vectors are very important in R and data analysis because most data are vector based. In R data is stored as vectors, analyzed as vectors and transformed using different vector operations making it a very important role in R and analyzing data.




Comments

Popular posts from this blog

Evaluating the function myMean in RStudio

Module #8 Assignment

Module 5: Doing Math