Skip to content
Prev 323569 / 398503 Next

Error in colMeans with multiple column data.frame

Hello,

Try the following.

aggregate(. ~ interval, data = data, mean)


Also, 'data' is an R function, you should use some other name, such as 
'dat'.

Hope this helps,

Rui Barradas

Em 15-05-2013 10:46, Simonas Kecorius escreveu: