R Programming Journal Module 4 - Wesley Huang
- Wesley Huang
- Feb 8
- 1 min read
In this assignment, I worked with a small hospital dataset containing patient visit frequency, blood pressure, two doctor assessments, and a final decision about urgency. To explore the blood pressure values, I created a histogram to see how the readings were distributed across the 10 patients.

I also created a side by side boxplot to compare blood pressure between patients labeled low priority versus high priority by the final decision. This makes it easier to compare the center and spread of the two groups.




Comments