D019. Lungs capacity of rats after exposure to ozone

The data file can be downloaded here:

This dataset contains the results from a study where 12 rats (rat) that were exposed to ozone at the rate of 2 parts per million over a period of 30 days. The lung capacity of each rat was determined at the beginning of the study and again after 30 days of ozone exposure (time). The lung capacities are provided in milliliters (resp).

d019 <- read.table(here::here("data", "LUNG.txt"), header = TRUE)
rat time resp
1 After 9.4
1 Before 8.7
2 After 9.8
2 Before 7.9
3 After 9.9
3 Before 8.3
4 After 10.3
4 Before 8.4