Vidyalelo
R Programming · Q40

R Programming Basics

Programming · R Programming · question 40

Q40

What will be the output of the following R code? > x table(x)

A.
no  yes
2  3
Answer
B.
yes  no
2  3
C.
no  yes
2  2
D.
yes  yes
6  2

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board