# Reading Fish MMI and Agricultural Stress Data # MMIAG <- read.csv("C:/DataS1.csv", header = T) head(MMIAG) MMIAG # Fish MMI - The response variable MMI <- MMIAG$Fish_MMI MMI # Agricultural Stress - The stress variable AG <- MMIAG$AG AG