Skip to content
Prev 13731 / 398502 Next

need help creating means table

David White <dwhite at ling.ohio-state.edu> writes:
How about 

nums <- sapply(xx, is.numeric)
by(xx[nums], list(subjs, cons, vowels), mean)

?