Live data from Hacker News

Advanced R by Hadley Wickham

adv-r.had.co.nz

11–20 of 26 posts

Re: Advanced R by Hadley Wickham

#11

Hadlye Wickham has done some amazing work in R (ggplot2, plyr and dplyr). Despite R being a bit weird and annoying at times, his packages continue to make it the most compelling option for data analysis (though Julia is catching up!). Thanks, Hadley, for all the hard work.

You're very welcome :)

Re: Advanced R by Hadley Wickham

#13

Hadlye Wickham has done some amazing work in R (ggplot2, plyr and dplyr). Despite R being a bit weird and annoying at times, his packages continue to make it the most compelling option for data analysis (though Julia is catching up!). Thanks, Hadley, for all the hard work.

I thought Julia was still way behind both R and Python when it comes to plotting and stat packages.

Re: Advanced R by Hadley Wickham

#14
None of the comments here really capture the importance of this book in my mind. Hadley-headed projects have dominated the data-science space for years - defining how open source and commercial platforms are expressing data processing + visualization.

This book gives you the tools to compose your own data tools using the building blocks Hadley uses. That is a big deal. Everybody should buy 5 copies.

Re: Advanced R by Hadley Wickham

#15

Hadlye Wickham has done some amazing work in R (ggplot2, plyr and dplyr). Despite R being a bit weird and annoying at times, his packages continue to make it the most compelling option for data analysis (though Julia is catching up!). Thanks, Hadley, for all the hard work.

I was just thinking today that I have very mixed feelings about Hadley, despite not knowing him -- on the positive side, his works (in my mind) transform R from a horrific language to a tolerable one, which is an astounding feat. On the negative side, if he hadn't made such momentous contributions, maybe people would have abandoned the bloody thing by now and we'd be using Julia instead.

Re: Advanced R by Hadley Wickham

#16

Hadlye Wickham has done some amazing work in R (ggplot2, plyr and dplyr). Despite R being a bit weird and annoying at times, his packages continue to make it the most compelling option for data analysis (though Julia is catching up!). Thanks, Hadley, for all the hard work.

I was just thinking today that I have very mixed feelings about Hadley, despite not knowing him -- on the positive side, his works (in my mind) transform R from a horrific language to a tolerable one, which is an astounding feat. On the negative side, if he hadn't made such momentous contributions, maybe people would have abandoned the bloody thing by now and we'd be using Julia instead.

I'll choose to take that as a compliment :p

Re: Advanced R by Hadley Wickham

#17

Hadlye Wickham has done some amazing work in R (ggplot2, plyr and dplyr). Despite R being a bit weird and annoying at times, his packages continue to make it the most compelling option for data analysis (though Julia is catching up!). Thanks, Hadley, for all the hard work.

I was just thinking today that I have very mixed feelings about Hadley, despite not knowing him -- on the positive side, his works (in my mind) transform R from a horrific language to a tolerable one, which is an astounding feat. On the negative side, if he hadn't made such momentous contributions, maybe people would have abandoned the bloody thing by now and we'd be using Julia instead.

[deleted]

Re: Advanced R by Hadley Wickham

#18
What I most like about this text is that it is about the R language and not about the domain in which R has found the greatest application. I find R perfectly suitable for basic, pre-statistical signal processing for example. Far better than Matlab at a fundamental level. In fact, about anything that Matlab is good for R is better. Except of course for the evolution of the surrounding packages.

All the prior tutorials and courses I've seen presume and utilize a background in the domain of statistics and a require a fairly strong one at that. I strongly believe R should be sprung free of that encumbrance so as to find a wider audience and this is a really good effort in that direction.

Re: Advanced R by Hadley Wickham

#19
post #9

Earlier quoted context omitted.

Well yes, but the interface to the site is much more annoying than the book (which is rather cheap for a textbook of this sort). YMMV, but I got much more from the book than from the site, and was also able to give hadley some money in the process, so its win-win :)

Personally I prefer the website because I can normally remember which chapter something is in, and then I can find-in-page to quickly jump to what I was thinking about.

Aah yes the old "write a book to help one remember how to do it" trick. My technical output spans a book and various places on the web. The number of times I go googling for a solution, to find an interesting text ... then I wonder who wrote it, look at the author and discover it was me. It makes me laugh and cry at the same time :)

Re: Advanced R by Hadley Wickham

#20
post #16

Earlier quoted context omitted.

I was just thinking today that I have very mixed feelings about Hadley, despite not knowing him -- on the positive side, his works (in my mind) transform R from a horrific language to a tolerable one, which is an astounding feat. On the negative side, if he hadn't made such momentous contributions, maybe people would have abandoned the bloody thing by now and we'd be using Julia instead.

I'll choose to take that as a compliment :p

Also my feeling. You've been a great inspiration about how to write great and useful code, but I still feel like the many great features of R (as you said some time ago, NA handling, data frames, etc.) are sometimes outweighed by the cons.

Quick question: what would you tell the Julia guys as a recommendation? Even though they are "competition", you probably have strong feelings about what features of R must be in any language that aims to replace.

Post reply on HN