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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to