Assignment #1 Getting Started with R Programming

In your blog, write a 2–3 paragraph report describing:

    • Any issues you encountered during installation.
    • How you resolved them (if applicable).
    • Your system details (OS version, R version, RStudio version).

I had no issues with installation of R or R Studio. I have now taken two other classes instructed by you, so thankfully I already had both applications downloaded all I needed to do was update R. My R Studio verison is 4.4.1, but my R is version 4.5.1


The simplest data structure in R is called a vector, which holds a series of components of the same type, including logical, character, or numeric values. Since most operations in R are made to work directly on vectors, they are essential to data analysis since they allow for effective calculations across whole datasets without the need to write complex loops. They are crucial to R's speed, flexibility, and power in data analysis since they serve as the building blocks for more complex structures like matrices, data frames, and lists. They also enable analysts to apply functions element-wise, carry out statistical calculations, and manipulate data at scale.





Comments

Popular posts from this blog

Module #4 Visualizing and Interpreting Hospital Patient Data

Module # 2 Assignment Importing Data and Function Evaluation in R

Module 6: Matrix Operations and Construction