Which of the following is a valid logical value in R?

Which of the following is a valid logical value in R?

a) True
b) FALSE
c) Yes
d) On

Answer:

b) FALSE

Explanation:

In R, the valid logical values are TRUE and FALSE. Therefore, FALSE is correct.

Scroll to Top