Vidyalelo
R Programming · Q94

Control Structures in R Programming

Programming · R Programming · question 94

Q94

What will be the value of following R expression?

A.
Warning in log(c(-1, 2)): NaNs produced
B.
Error in log(c(-1, 2)): NaNs produced
Answer
C.
Message
D.
All of the mentioned

Answer: Option B

Solution

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