Thursday, February 1, 2024

Module 4 Programming structure in R

The first part of this assignment required the initialization of 5 variables and 10 patients. 



In addition, I chose to create a data frame to better understand the data. 
The goal of this assignment was to graphically present the data in the form of a boxplot and a histogram. 
The two graphical representations reflect the general distribution of the blood pressure reported by the patients. There are a multitude of different calculations and determinations to be make about the data, however the small sample size makes it difficult to make assertions about the trends and characteristics of the data, 












No comments:

Post a Comment

Module #10 Building your own R package

 This assignment was tricky because I have never before considered being able to create my own R-package before and considered it to be more...