[R] Books for fully understanding internal logics on some packages(quantmod, xts, zoo and chron)

2012-11-27 Thread 박상규
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@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.


Re: [R] Books for fully understanding internal logics on some packages(quantmod, xts, zoo and chron)

2012-11-27 Thread Patrick Burns

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@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
pbu...@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')

__
R-help@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.


Re: [R] Books for fully understanding internal logics on some packages(quantmod, xts, zoo and chron)

2012-11-27 Thread Gabor Grothendieck
On Tue, Nov 27, 2012 at 2:41 PM, 박상규 birdfir...@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

__
R-help@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.