[R] Copying row names

2007-09-14 Thread kwaj
I have been trying to copy the row names of one matrix to another matrix but having difficulty. The original matrix contains a row name which I would like to replicate in the new matrix. I use the following approach? The two matrices have identical dimensions. rN <- row.names(origMatrix) row.name

[R] Yahoo data feed in R / Corporate Actions

2007-09-14 Thread kwaj
Is there anyway to import data from Yahoo into R and to have it adjusted for share splits / dividend payouts (corporate actions)? I can currently import data into R but the price series is not adjusted -- View this message in context: http://www.nabble.com/Yahoo-data-feed-in-R---Corporate-Action

Re: [R] write.csv / string extraction and field limits

2007-09-14 Thread kwaj
ES',3),ncol=2,nrow=2) > write.csv(test,file='C:/xavier/test.csv') > > > Could you provide the same small example when it doesn't work? > > > > kwaj wrote: >> >> Hello, >> >> I have a peculiar problem which I