Skip to content
Prev 12255 / 15274 Next

Time Series Data Analysis of Financial Data

On Mon, Mar 3, 2014 at 7:04 AM, Kapil Shukla <shukla.kapil at gmail.com> wrote:
Kapil,
   Welcome to R.

   You will do better here if you provide a reproducible example. Read
your data in and then segment a little piece using dput to show what
it looks like. Build an example that uses maybe 10 lines of data. Post
the code. From there's it's likely an issue of better defining for R
how to handle data/time. Look at the xts package for more info and
post real R code showing what you are doing so others can help.

   Also, there are examples of doing this sort of thing in Stack
Overflow so possibly spend some time there.

- Mark