[R] need help creating means table

Michael A. Miller mmiller3 at iupui.edu
Mon Sep 24 22:28:09 CEST 2001


>>>>> "David" == David White <dwhite at ling.ohio-state.edu> writes:

    > I need a separate mean for each of the fix numeric columns.

Using tapply( xx$column, list(subjs, cons, vowels), mean ) for
each column might work for you.

Mike
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list