Displaying 1 result from an estimated 1 matches for "jholtman_at_gmail".
2008 Jul 18
1
manipulate a matrix2
...9
[10,] 11 2 10
[11,] 3 3 11
[12,] 5 3 0
I would really like the col value to equal the actual name, not the
column number. What am I missing? The analysis is very large, 6k x6k
matrix so automating the process is a high priority.
Thanks,
Jon
From: jim holtman <jholtman_at_gmail.com
<mailto:jholtman_at_gmail.com?Subject=Re:%20%5BR%5D%20manipulate%20a%20m
atrix> >
Date: Mon, 25 Jun 2007 12:39:46 -0400
Is this what you want?
> x
[,1] [,2] [,3] [,4] [,5]
[1,] 1 6 11 16 21
[2,] 2 7 12 17 22
[3,] 3 8 13 18 23
[4,]...