Displaying 1 result from an estimated 1 matches for "log20".
Did you mean:
log2
2008 Jun 25
2
Is this sapply behaviour normal?
Hi, I'm trying to use sapply to compute the min of several variables, each
of them stored in data.frames, grouped as a list:
Is it normal that mean() and min() produce different objects dimensions?
> str(dats)
List of 5
$ log20:'data.frame': 83 obs. of 5 variables:
..$ DATE : int [1:83] 2001081500 2001081512 2001081600 2001081612
2001081700 2001081712 2001081800 2001081812 2001081900 2001081912 ...
..$ logrho: num [1:83] 1.16 -1.30 -1.30 -1.30 -1.30 ...
..$ w2 : num [1:83] 1.01 1.27 1.24...