adplus-dvertising
frame-decoration

Question

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: (c).apply() can be thought of as a combination of split() and sapply() for vectors only

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement?