Q40
What will be the output of the following R code? > x table(x)
A.
no yes
2 3
Answer2 3
B.
yes no
2 3
2 3
C.
no yes
2 2
2 2
D.
yes yes
6 2
6 2
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board