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

Also complete the additional questions given below:

Question #1: Researchers recruited 451 patients with a high level of cardiovascular risk. They split these patients into two groups, a treated group that received stents (small mesh tube placed inside of vulnerable arteries) and medical management (medications, lifestyle coaching, etc.), and a control group that only received medical management. Of the 224 patients in the treatment group, 45 suffered a stroke within the first year of the study, while only 28 patients in the control group had a stroke during this time.

Question #2: The data read into R by the code given below contains the results of a randomized experiment conducted by surgeons at Harvard Medical School to compare a “low-flow bypass” and “circulatory arrest” surgical approaches in the treatment of infants born with congenital heart defects. The study’s recorded outcomes are Psychomotor Development Index (PDI), a composite score measuring physiological development, with higher scores indicating greater development, and Mental Development Index (MDI), a composite score measuring mental development, with higher scores indicating greater development.

inf_heart = read.csv("https://remiller1450.github.io/data/InfantHeart.csv")

\(~\)

Submission instructions