Re: [R] Looking for a book/tutorial with the following context:

2010-10-08 Thread alaios
Thanks for your reply. Do you also know more references about variables? Unfortunately this was a little bit short so I do not feel 100% sure I completely got it. Best Regards Alex -- View this message in context:

Re: [R] Looking for a book/tutorial with the following context:

2010-10-08 Thread alaios
Thanks for your reply. Do you also know more references about variables? Unfortunately this was a little bit short so I do not feel 100% sure I completely got it. Best Regards Alex -- View this message in context:

Re: [R] Looking for a book/tutorial with the following context:

2010-10-08 Thread Greg Snow
A free book is available at: http://www.burns-stat.com/pages/spoetry.html Or the book S Programming by Venables and Ripley is another great source of information on programming in S/R. There are additional books listed at: http://www.r-project.org/doc/bib/R-books.html as well as much free

Re: [R] Looking for a book/tutorial with the following context:

2010-10-08 Thread Hadley Wickham
Do you also know more references about variables? Unfortunately this was a little bit short so I do not feel 100% sure I completely got it. Try here: http://github.com/hadley/devtools/wiki/Scoping It's a work in progress. Hadley -- Assistant Professor / Dobelman Family Junior Chair

Re: [R] Looking for a book/tutorial with the following context:

2010-10-07 Thread alaios
I would like to thank you for spending your time to reply to my post. So far I checked the links provided. What is still missing is to find some information how local and global variables work in R. Do you know any link for that? (checked the book but from the table of contents is not clear if

Re: [R] Looking for a book/tutorial with the following context:

2010-10-07 Thread David Winsemius
On Oct 7, 2010, at 11:00 AM, alaios wrote: I would like to thank you for spending your time to reply to my post. So far I checked the links provided. What is still missing is to find some information how local and global variables work in R. Do you know any link for that? (checked the book

[R] Looking for a book/tutorial with the following context:

2010-10-06 Thread alaios
Hello everyone. It is time to start writing more and more function and I want to read in a good reference -book ( I can buy one, especially if it is second handed :P) -online tutorial -any other guide -How functions really work in R -How to write bigger R programs -If there are local function

Re: [R] Looking for a book/tutorial with the following context:

2010-10-06 Thread Arun.stat
Patrick Burns has been my great source of resources in my R learnings. Most of the answers you would find from his stuffs only, see http://www.burns-stat.com/;. However for functions and their executions/debugging related quires we might find John Chambers

Re: [R] Looking for a book/tutorial with the following context:

2010-10-06 Thread Greg Snow
Start with Writing R Extensions, part of the free documents that come with R. Much of what you ask is covered in there. After reading that, then you can look for the other resources. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org

Re: [R] Looking for a book/tutorial with the following context:

2010-10-06 Thread Tal Galili
Hello Alex, I recently published a post titled: Managing a statistical analysis project – guidelines and best practiceshttp://www.r-statistics.com/2010/09/managing-a-statistical-analysis-project-guidelines-and-best-practices/ This post might prove useful to you: