Q86
What will be the output of the following R code? > m dimnames(m) m
A.
c d
a 1 3
b 2 4
Answera 1 3
b 2 4
B.
c d
a 1 2
b 2 3
a 1 2
b 2 3
C.
c d
a 1 3
b 4 2
a 1 3
b 4 2
D.
Error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board