Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Merge pull request #774 from jdblischak/r-syllabus
Browse files Browse the repository at this point in the history
Add syllabus for R. Fix #735.
  • Loading branch information
dhaine committed Oct 1, 2014
2 parents 16883ec + 695d11e commit 5c9d66b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,17 @@ <h3>Programming in Python</h3>
<li><a href="novice/ref/03-python.html">Reference...</a></li>
</ul>
</div>
<div class="span6">
<h3>Programming in R</h3>
<ul>
<li>Working with vectors and data frames</li>
<li>Reading and plotting data</li>
<li>Creating and using functions</li>
<li>Loops and conditionals: <code>for</code>, <code>if</code>, <code>else</code></li>
<li>Using R from the command line</li>
<li><a href="novice/ref/06-R.html">Reference...</a></li>
</ul>
</div>
</div>

<div class="row-fluid">
Expand Down

0 comments on commit 5c9d66b

Please sign in to comment.