Re: [R] Scripts from The Elements of Statistical Learning book

2010-03-10 Thread mramon
Thank you Ralf. I am starting with these things (just a couple of weeks). I have a data base with temperature records of 90 consecutive days (along the year) affecting the fertility (0 or 1) of animals and I want to identify what set of temperatures have more negative effect and what is the magnit

Re: [R] Scripts from The Elements of Statistical Learning book

2010-03-10 Thread Ralf B
If you are interested in machine learning in general, you might also want to have a look at the CRAN Task View on Machine Learning & Statistical Learning that contains this package, as well as others: http://cran.r-project.org/web/views/MachineLearning.html Best, --- Ralf Bierig Post-Doctoral As

Re: [R] Scripts from The Elements of Statistical Learning book

2010-03-10 Thread mramon
Thank you Gavin for your help. David, maybe I am not so clear on my question, sorry. My problem was that when I wanted to reproduce results (or graphs) present in the book, sometimes my results were quite different or I don not know how to repuduce them. I will have a look to the documentation of

Re: [R] Scripts from The Elements of Statistical Learning book

2010-03-10 Thread Gavin Simpson
On Tue, 2010-03-09 at 15:59 -0800, mramon wrote: > Anyone know if it is possible to get the R scripts used in the "The Elements > of > Statistical Learning" book? It is a great book but sometimes some help would > be useful to replicate the results presented in the book and so, understood > things

Re: [R] Scripts from The Elements of Statistical Learning book

2010-03-09 Thread David Winsemius
On Mar 9, 2010, at 6:59 PM, mramon wrote: Anyone know if it is possible to get the R scripts used in the "The Elements of Statistical Learning" book? It is a great book but sometimes some help would be useful to replicate the results presented in the book and so, understood things bette