Live data from Hacker News

Try R — A new online course, for free

oreilly.com

11–20 of 128 posts

Re: Try R — A new online course, for free

#12
post #4

I really like this, but one big complaint is that the auto-scroll after completing a little task isn't correct. So each time after I "pass" a particular section, I have to manually scroll down with my trackpad.

Gregg here from Code School.. we actually tried making it autoscroll down at first. It was too distracting and annoying. Scrolling down when you're ready to continue just felt more natural.

Re: Try R — A new online course, for free

#13

This is great. I've nearly completed a class at UC Berkeley which was almost entirely in R and I can say with certainty that it is a marvelous language. It is powerful, concise, and has an incredibly robust community. I've experimented with many programming languages, but I have not used one which allows you to experiment as rapidly as R. I'm currently going through the Codeschool lessons to see if there is anything…

> .. RStudio ..

Looks great. Downloading it now. (Thanks for the heads-up!)

Re: Try R — A new online course, for free

#15
For anyone interest in R without a background in statistics: I would highly recommend learning the two in parallel (if not statistics first).

R is first and foremost a language for statistical computing. You really aren't going get much out of it without working on some interesting data/stats problems. Plus for most hacker types I think being able to play with the statistics you're learning about with R can be a great learning aid.

However not only is it beneficial to learn stats with R, it is imho dangerous to learn R without some stats. There's already too much research being published with were 'p-value' means "the thing that t.test() output that I was told needs to be in the paper".

Because R lets you play so freely with stats I find it a great tool to gain greater intuition about certain mathematical principles, but there is a temptation to let the tool do the work and the thinking for you.

Re: Try R — A new online course, for free

#17

For anyone interest in R without a background in statistics: I would highly recommend learning the two in parallel (if not statistics first). R is first and foremost a language for statistical computing. You really aren't going get much out of it without working on some interesting data/stats problems. Plus for most hacker types I think being able to play with the statistics you're learning about with R can be a grea…

This is a very, very good point. Though, many of the functions that R provides just won't make any sense at all if you don't have an intuition for the statistics behind it. I have found myself reading the papers published about specific functions in order to understand the results.

Do you have any resources that you suggest for beginners in statistics looking to learn on their own?

Re: Try R — A new online course, for free

#20

Thanks. I was sorely disappointed yesterday when I found out that Coursera classes follow a strict schedule (and that I couldn't look at the material right then) and that I wouldn't be able to try the Data Analysis with R course on their site. I'll definitely check this out :).

Videos are available on Roger Peng's Youtube.

http://www.youtube.com/user/rdpeng/videos?flow=grid&view...

Post reply on HN