Re: [R] Date column in downloaded date

2011-10-24 Thread ajc
Michael: Thanks a lot. It worked. We have to extract the core part of the time-series data. Then do a xy-plot or linear regression. -Arka On Mon, Oct 24, 2011 at 10:34 AM, Michael Weylandt [via R] < ml-node+s789695n3933306...@n4.nabble.com> wrote: > Comments inline. > > On Oct 24, 2011, at 1:4

Re: [R] Date column in downloaded date

2011-10-24 Thread R. Michael Weylandt
Comments inline. On Oct 24, 2011, at 1:43 AM, ajc wrote: > Hi All: > > If I download yahoo data by getSymbols() in R, from the quantmod package > the date column gets > accompanied along with the downloaded data. There is no column header for > the date column to access separately. The "dat

Re: [R] Date column in downloaded date

2011-10-24 Thread Jeff Newmiller
The date column is very unlikely to interfere with your plots if you don't specify it. I suggest you follow the instructions at the bottom of this and every other message on this mailing list. (Hint: reproducible code and identify your software platform.)

[R] Date column in downloaded date

2011-10-23 Thread ajc
Hi All: If I download yahoo data by getSymbols() in R, the date column gets accompanied along with the downloaded data. There is no column header for the date column to access separately. What is the way to eliminate the date column? If I want to draw a xy scatter plot with the downloaded price (