Re: [R] mixing strings and numeric doubles in an array

2010-08-03 Thread Wu Gong
Another solution factor(port1[,2], labels=levels(stocks[,2])) - A R learner. -- View this message in context: http://r.789695.n4.nabble.com/mixing-strings-and-numeric-doubles-in-an-array-tp2312091p2312313.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] mixing strings and numeric doubles in an array

2010-08-03 Thread jim holtman
If you do an 'str' on your boject, you will probably find that TICKER is a factor. This is probably not what you want. So when you create the dataframe 'stock', use the parameter 'stringsAsFactors=FALSE' to prevent the conversion to factors. In the mean time, you can do: stocks$TICKER <- as.cha

[R] mixing strings and numeric doubles in an array

2010-08-03 Thread Leigh E. Lommen
I have an array called "stocks" which contains numeric dates, ticker symbols,prices, etc. > stocks[1:3,] DATETICKER PERMNO EXCHCD TSYMBOL TRDSTAT SHROUT PRC RET 1 19950131 EWST 10001 3 EWST A 2224 -7.75000 -0.031250 2 19950228 EWST 10001