I am sure many of you are questioning learning another software/language beyond what you have allready learned. Whether we worked in Excel, with calculators, or some other software the statistical methods used in this class would require quite a bit of training with the other options as well.
Beyond being FREE and the predominate statistical software used in science, industry, research, and business it has great pedagogical advantages. Our text book leverages R for the examples and homework. We will also use R on our tests.
Daniel Kaplan summarized a great learning/teaching advantage of using R in the following quote.
“In mathematics and statistics, the output of one computation often becomes the input to another computation. That’s why math courses spend so much time talking about functions (and”domain" and “range”, etc.). In word processing, whenever you highlight a word and move it or change the font or replace it, you still end up with stuff on which you can perform the same operations: highlighting, moving, font-changing, etc. Not so in math and statistics. The sorts of operations that you will often perform - solving, integration, statistical summaries, etc. - produce a new kind of thing on which you will be performing new kinds of operations. In mathematics and statistics, you create a chain of operations and you need to be able to express the steps in that chain. It’s not a question of having enough buttons to list all the operations, you’ll need combinations of operations - more than could possibly be listed in a menu system." [Start R in Calculus]
Finally you should know that the difficulty of coding in Excel has contributed to some serious blunders in globally impactfull discussions [1,2,3] and has serious flaws in how data are even handled.
Below are some references from reputable online sources (Asking Quora is pushing it but I like the conversation).
We will spend time during class all semester learning new syntax. During the first two weeks we will spend a little more time learning the basics of R and how to use it (often the most challenging). Daniel Kaplan’s book also has a nice introduction.