박상규
2012-Nov-27 19:41 UTC
[R] Books for fully understanding internal logics on some packages(quantmod, xts, zoo and chron)
Hello, I'm very interested in using financial time series data, but I'm a beginner of R programming. I'd like to fully understand internal logics on several time-series related packages such as quantmod, xts, zoo, chron, etc. So, I read some books, 'R Cookbook' and 'Art of R Programming' and another simple tutorials. But I still can't understand grammars of the packages codes. Could you recommend some other books or educational materials about S/R language ? Thanks in advance, [[alternative HTML version deleted]]
Patrick Burns
2012-Nov-27 20:57 UTC
[R] Books for fully understanding internal logics on some packages(quantmod, xts, zoo and chron)
One place to look would be the archives of the r-sig-finance list. A blog post with suggestions on how to achieve that is: http://www.portfolioprobe.com/2012/01/19/how-to-search-the-r-sig-finance-archives/ Pat On 27/11/2012 19:41, ??? wrote:> Hello, > > > I'm very interested in using financial time series data, but I'm a beginner of R programming. > I'd like to fully understand internal logics on several time-series related packages such as quantmod, xts, zoo, chron, etc. > So, I read some books, 'R Cookbook' and 'Art of R Programming' and another simple tutorials. > But I still can't understand grammars of the packages codes. > > > Could you recommend some other books or educational materials about S/R language ? > > > Thanks in advance, > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Patrick Burns pburns at pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno')
Gabor Grothendieck
2012-Nov-27 23:05 UTC
[R] Books for fully understanding internal logics on some packages(quantmod, xts, zoo and chron)
On Tue, Nov 27, 2012 at 2:41 PM, ??? <birdfire94 at naver.com> wrote:> Hello, > > > I'm very interested in using financial time series data, but I'm a beginner of R programming. > I'd like to fully understand internal logics on several time-series related packages such as quantmod, xts, zoo, chron, etc. > So, I read some books, 'R Cookbook' and 'Art of R Programming' and another simple tutorials. > But I still can't understand grammars of the packages codes. > > > Could you recommend some other books or educational materials about S/R language ?The zoo package includes 5 vignettes plus help pages accessible here http://cran.r-project.org/package=zoo and also accessible from within R via the vignette command, vignette(package = "zoo"); vignette("zoo-faq"); etc. -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com