Skip to content

Apply a function for each Row

1 message · Liaw, Andy

#
A small catch:  Marc wants to apply the function to rows of a data frame,
but apply() expects a matrix or array, and will coerce to such if given a
data frame, which may (or may not) be problematic...

Andy