Difference between revisions of "R programming"

From "A B C"
Jump to navigation Jump to search
 
Line 45: Line 45:
 
<!-- {{#pmid: 19645596}} -->
 
<!-- {{#pmid: 19645596}} -->
 
<!-- {{WWW|WWW_UniProt}} -->
 
<!-- {{WWW|WWW_UniProt}} -->
<div class="reference-box">[http://adv-r.had.co.nz/ Hadley Wickham's 2014 online book '''Advanced R Programming''' - with sections on '''R'''s OO programming approaches, functional programming and domain specific languages, and package development.]</div>
+
<div class="reference-box">Hadley Wickham's 2014 online book [http://adv-r.had.co.nz/ '''Advanced R Programming'''] - with sections on '''R'''s OO programming approaches, functional programming and domain specific languages, and package development.</div>
  
  

Latest revision as of 15:02, 10 November 2013

R programming


This page is a placeholder, or under current development; it is here principally to establish the logical framework of the site. The material on this page is correct, but incomplete.


Writing and using functions in R.



 

Introductory reading



 

Contents

R Programming - Presentation by Martin He, BCB410 - 2011

 

Exercises

Exercises - by Martin He, BCB410 - 2011


 

Further reading and resources

Hadley Wickham's 2014 online book Advanced R Programming - with sections on Rs OO programming approaches, functional programming and domain specific languages, and package development.