[R] Matrix manipulation

yoooooo magno_yu at ml.com
Tue Feb 13 22:36:33 CET 2007


Hi, let's say I have this

A = matrix(c(1, 2, 4), nrow=1)
colnames(A)=c("YOO1", "YOO2", "YOO3")

# ie
#      YOO1 YOO2 YOO3
#[1,]    1    2    4

HELLO <- NULL
HELLO$YOO1="BOO"
HELLO$YOO2="BOO"
HELLO$YOO3="HOO"

and I want a matrix that will sum my categorization.. how can I do it
efficiently without any loop?

#ie   BOO   HOO
#[1,]  3         4

Thanks a lot!
-- 
View this message in context: http://www.nabble.com/Matrix-manipulation-tf3223618.html#a8953808
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list