Try R — A new online course, for free
oreilly.com
Try R — A new online course, for free
1–10 of 128 posts
Re: Try R — A new online course, for free
#2Re: Try R — A new online course, for free
#3I'll definitely check this out :).
Re: Try R — A new online course, for free
#4Re: Try R — A new online course, for free
#5Re: Try R — A new online course, for free
#6Re: Try R — A new online course, for free
#7I'm currently going through the Codeschool lessons to see if there is anything that I may have missed in my class. So far so good!
Edit: The most important thing that I didn't see covered in the course was RStudio. Considering that R is more of a scripting language that a programming language, I've found that RStudio is instrumental is using the language to it's full capacity. While it's certainly possible, and in some cases optimal, to use R from the command line, my experience is that the GUI features of R studio are incredibly powerful. The ability to browse data frames and have graphs show up in the context of your work has been very useful for exploring and understanding data. Otherwise, the course does a pretty decent job introducing readers to the language and it's data strcutures.
Re: Try R — A new online course, for free
#8 "Try creating a vector of numbers, like this:"
So I typed c(5, 9, 11) and got an error message.They meant
"Type the R code to create this vector:"
I shall work through the rest in a few days, nice environment.Re: Try R — A new online course, for free
#9Re: Try R — A new online course, for free
#10I shouldn't have to enable JavaScript to try R.