9.1
For this assignment, we are expected to use the data set from the Introductory Statistics with R package titled "cystfibr", which contains patient information about people who have cystic fibrosis (ages 7-23) and their lung capacity. The goalof this assignment is to understand the relationship between the variables (age, weight, sex, height, bmp, fev1, rv, frc, tlc, and pemax).
The first thing I wanted to do was explore the data. To do this, I used the "str" and "summary" functions in R to better understand what the data looked like and how to approach it. The resulting products are as shown: