[R] subscripting issues

ablukacz ablukacz at utm.utoronto.ca
Thu Jan 25 17:04:04 CET 2007


Dear All,

I have a very simple problem.
I have a matrix called Predictors with headers X0...X24
>dim(Predictors)
[1] 79 25

  Predictors
           X0        X1        X2        X3        X4        X5        X6
1  13.741200 12.148036 11.909435 11.671669 11.238207 10.864697 10.566351
2  10.240200 11.883900 11.529400 11.515050 11.411640 11.105800 10.813457



I would like to take each row and all the corresponding columns with out 
the header.
I tried  Predictors[1,1:25] but that retains the headers.


Any suggestions.

Thanks,

Agnes



More information about the R-help mailing list