[R] Sorting Data?

Jonathan Baron baron at psych.upenn.edu
Thu May 27 22:46:03 CEST 2004


OK. Maybe 2 errors.  I already found one:

On 05/27/04 16:43, Jonathan Baron wrote:
>Sumdiffs <- rowMeans(Mothers[,-(1:4)]-Daughters[,-(1:4)])

should be

Sumdiffs <- rowMeans(Mothers[,-(1:4)])-rowMeans(Daughters[,-(1:4)])




More information about the R-help mailing list