Q143
What will be the output of the following R code? > set.seed(20) > x e y summary(y)
A.
Min. 1st Qu. Median Mean 3rd Qu. Max.
-6.4080 -1.5400 0.6789 0.6893 2.9300 6.5050
Answer-6.4080 -1.5400 0.6789 0.6893 2.9300 6.5050
B.
Min. 1st Qu. Median Mean 3rd Qu. Max.
-6.4080 -10.5400 0.6789 5.6893 2.9300 6.5050
-6.4080 -10.5400 0.6789 5.6893 2.9300 6.5050
C.
Min. 1st Qu. Median Mean 3rd Qu. Max.
-1.4080 -6.5400 0.6789 0.6893 2.9300 6.5050
-1.4080 -6.5400 0.6789 0.6893 2.9300 6.5050
D.
Error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board