4. The x, y data encoded in R below, is suitable for correlation analysis.
Which of the following is both statistically accurate and written in the best format for reporting in a
research paper.
> x <- c(47, 47, 59, 49, 66, 61, 56, 48, 43, 50, 43, 44)
> y <- c(104, 110, 83, 105, 72, 84, 90, 113, 106, 105, 112, 107)
a. r = -0.94976, p = 2.316e-06(2)
b. p <0.001, r = -0.89541
c. r = 0.83972, p = 0.000632(2)
d. p <0.05(1), r = -0.60894