It is better to obtain a solid understanding of the core principles… than a hazy understanding of a long laundry list of ideas. If you've understood the core ideas well, you can rapidly understand other material.
Technologies come and technologies go, but insight is forever.
We will not spend much time on how to perform a given statistical analysis in R nor will we cover the underlying statistical theory of analyses.
i.e., the "human who makes" with "human who knows"
recommending readings:
"Becomming a 21st Century Tinkerer", WSJ
"Cultivating the Entrepreneurial Learner in the 21st Century", John Seely Brown
No textbook for the course, but some people find books helpful
Get help on a specific function/command/etc. (only for loaded packages:
?<text>
Search the help files of all packages you have installed:
help.search("<text>")
Search all of the R documentation for a solution (even in packages you don't have installed):
RSiteSearch("<text>")
Interacting in class and staying on top of the class is important because the material builds upon itself. Thus, the grade reflects this fact with 80% coming from participation and homework.
The remainder will come from a final project.
"Using R is a bit akin to smoking. Beginnings are difficult, one may get headaches, and even gag on the first experiences. But in the long run, it becomes pleasurable, and even addictive. Yet, deep down, for those willing to be honest, there is something not fully healthy in it."
François Pinard; R-help; 20 Aug 2007