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 Departm

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

2010-10-08 Thread Greg Snow
Behalf Of alaios > Sent: Friday, October 08, 2010 2:59 AM > To: r-help@r-project.org > Subject: Re: [R] Looking for a book/tutorial with the following > context: > > > Thanks for your reply. > > Do you also know more references about variables? Unfortunately this > wa

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: http://r.789695.n4.nabble.com/Looking-for-a-book-tutorial-with-the-following-con

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: http://r.789695.n4.nabble.com/Looking-for-a-book-tutorial-with-the-following-con

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

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 a

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 practices " This post might prove useful to you: http://www.r-statistics.com/2

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

2010-10-06 Thread Greg Snow
@imail.org 801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of alaios > Sent: Wednesday, October 06, 2010 9:44 AM > To: r-help@r-project.org > Subject: [R] Looking for a book/tutorial with the following con

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 (http://www.springer.com/statistics/com

[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 va