Vidyalelo
R Programming · Q55

Control Structures in R Programming

Programming · R Programming · question 55

Q55

Point out the wrong statement?

A.
The sapply() function behaves similarly to lapply()
B.
With multiple factors and many levels, creating an interaction can result in many levels that are empty
C.
apply() can be thought of as a combination of split() and sapply() for vectors only
Answer
D.
You can use tsplit() to evaluate a function single time each with a same argument

Answer: Option C

Solution

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