Assignment #1

 INSTALL R AND RSTUDIO

1.)  I already had RStudio installed, so it did not take too long. Since I hadn't been using RStudio in a while, I received a notification stating that I needed to update it to the latest version. Then it sent me to visit cran.rstudio.com, where I updated it to the latest version, which took a couple of minutes.

2.)  I had no problems other than it taking a couple of minutes to update it since my laptop is older.

3.)  I am using Windows 10, and my current R version is 4.4.1, and RStudio version is 2025.05.1 Build 513.





READ FOUNDATIONAL CHAPTERS

1.)  R vector holds everything together in a code. Holds and stores data making it the heart of R. 

2.)  Vectors are fundamental to data analysis in R because vectors store and keep the information you input, which is then put in order, and then it is later built into tables or graphs. In summary, vectors help analyze and organize information, which is why vectors are the heart of R.

Comments

Popular posts from this blog

Assignment #5: Matrix Algebra in R

Module #3 Assignment #3 Analyzing 2016 data "Poll" Data in R

Module #2 Assignment Importing Dara Function Evaluation in R