[R] Result too long a vector?

Jess L tszhenzhenj at hotmail.com
Thu Nov 24 05:15:32 CET 2011


Hi,

you can try close R and run R again for getting and saving another csv.

Or if your max(x) is too big, try split into 4, or 5 or even more like:

1:(max(x)/4)

and next run: 

(max(x)/4+1) : (max(x)/2) etc


hope this helps,
JL 

--
View this message in context: http://r.789695.n4.nabble.com/Result-too-long-a-vector-tp4099970p4102700.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list