[R] subset in a BIG matrix
alcesgabbo
alcesgabbo at hotmail.com
Wed Feb 2 14:30:38 CET 2011
I have a matrix with a lot of values inside..
when I execute the folowing command
matrix2=subset(martix, condition.....)
it works...
but after the previous command I execute another "subset"
matrix3=subset(martix2, condition2.....)
and appears the following error:
(subscript) logical subscript too long
How can I solve this???
I think the probles is the size of the matrix...
Thanks..
--
View this message in context: http://r.789695.n4.nabble.com/subset-in-a-BIG-matrix-tp3254115p3254115.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list