Skip to content
Prev 308852 / 398503 Next

apply and sapply oddity

On 12-10-23 6:56 PM, Brian wrote:
As the man page says, apply coerces a dataframe to a matrix before doing 
the calculations.  In a matrix, all the columns are the same type.

Duncan Murdoch