Vidyalelo
R Programming · Q14

Control Structures in R Programming

Programming · R Programming · question 14

Q14

What is the purpose of the which() function in R?

A.
To determine the length of an object
B.
To identify the positions of elements satisfying a condition
Answer
C.
To create a loop based on certain conditions
D.
To concatenate two vectors

Answer: Option B

Solution

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