search for: 330162

Displaying 1 result from an estimated 1 matches for "330162".

Did you mean: 33016
2011 Aug 18
3
How to get the descriptive statistic of the whole dataframe?
Hi all: If I have a dataframe of N columns.If I wanna get the min(or max,or mean...etc)of the whole dataframe,how to do it quickly? What I can do is only: min(data[,1:ncol(data)]) Any other suggestion? Thanks! best [[alternative HTML version deleted]]