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
D. You can use tsplit() to evaluate a function single time each with a same argument
Answer: Option C

Join The Discussion