library(readxl)
LungCapData <- read_excel("LungCapData.xlsx")
View(LungCapData)
summary(LungCapData$LungCap)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 0.507 6.150 8.000 7.863 9.800 14.675
hist(LungCapData$LungCap)
Interpretation: (Give brief description/interpretation about the summary statistics and the histogram)
This is a paragraph of text that will be justified. Justified text aligns the text to both the left and right margins, adding extra space between words as necessary. This is a paragraph of text that will be justified. Justified text aligns the text to both the left and right margins, adding extra space between words as necessary. This is a paragraph of text that will be justified. Justified text aligns the text to both the left and right margins, adding extra space between words as necessary. This is a paragraph of text that will be justified. Justified text aligns the text to both the left and right margins, adding extra space between words as necessary.