From the Introduction to Modern Statistics (IMS) textbook, complete the following exercises:

Also complete the additional question given below:

Question #1: This question uses data from a study conducted by the CDC involving children residing in El Paso, Texas who lived either “Near” (within 1 mile) or “Far” (further than 1 mile) from a large lead smelter. The study’s explanatory variable is the distance from the smelter (either “Near” or “Far”) and the response variable was the child’s age-adjusted IQ score.

lead_iq = read.csv("https://remiller1450.github.io/data/LeadIQ.csv")