[R] ERROR while importing data

2007-10-15 Thread pintinho
Hi everyone, When I try to import data do R, the following message appears: \U sequences are not supported on Windows. I tried lots of methods to import (read.csv, read.table, RODBC, read.delim) and the same message appears for all these methods. I think it is a bigger problem. Can

[R] Get data from matrix

2007-10-15 Thread pintinho
Hi, I have a matrix that has a variable number of columns. I do not know, a priori, the number of columns. How can I get a sub matrix, for example, from row 10 to the end of the columns? In MatLab I would use something like this: SubMatrix = Matrix[10, 1:end] Thanks a lot. -- View this