Try R — A new online course, for free
11–20 of 128 posts
Re: Try R — A new online course, for free
#12I 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.
Re: Try R — A new online course, for free
#13This 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…
Looks great. Downloading it now. (Thanks for the heads-up!)
Re: Try R — A new online course, for free
#14For those learning R, this site: http://www.twotorials.com/ which I found on HN several months ago is fairly helpful as well.
Re: Try R — A new online course, for free
#15R 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
#16Re: Try R — A new online course, for free
#17For 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…
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
#18Also paste works when you shouldn't be able to type.
Re: Try R — A new online course, for free
#19Re: Try R — A new online course, for free
#20Thanks. 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 :).