Q125
What will be the output of the following R code? > x as.logical(x)
A.
FALSE TRUE TRUE TRUE TRUE TRUE TRUE
AnswerB.
"0" "1" "2" "3" "4" "5" "6"
C.
0 1 2 3 4 5 6
D.
6 5 5 3 2 1
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board