Skip to content

Books for R

3 messages · Anne, Ko-Kang Kevin Wang, Brian Ripley

#
As a newbie to R, I need to learn my way around (no previous experience 
of S).What books, doc for R are recommended? I'm interested primarly in 
non linear regression and process modelling (and have downloaded the R 
documentation from the site).
Thanks for all tips
Anne
#
On Wed, 13 Aug 2003, anne wrote:

            
So you have checked the publications on R web site? 
http://www.r-project.org/doc/bib/R-publications.html  There is a list 
there.
  William N. Venables and Brian D. Ripley. Modern Applied Statistics with 
  S. Fourth Edition. Springer, 2002. ISBN 0-387-95457-0.
in particular, is a very good book for beginners.  It has a chapter on 
non-linear regression and smooth regression, using packages like nls.
#
This is covered in the FAQ.

The most comprehensive accounts of non-linear regression I know of
are in Chambers & Hastie (1992, for S) and Venables & Ripley (2002 and 
earlier editions, for R or S).
On Wed, 13 Aug 2003, anne wrote: