Difference between revisions of "R programming"

From "A B C"
Jump to navigation Jump to search
(Created page with "<div id="APB"> <div class="b1"> R programming </div> {{dev}} Writing and using functions in '''R'''. __TOC__   ==Introductory reading== <section begin=reading />...")
 
 
(2 intermediate revisions by the same user not shown)
Line 43: Line 43:
  
 
==Further reading and resources==
 
==Further reading and resources==
{{#pmid: 21593126}}
 
 
<!-- {{#pmid: 19645596}} -->
 
<!-- {{#pmid: 19645596}} -->
 
<!-- {{WWW|WWW_UniProt}} -->
 
<!-- {{WWW|WWW_UniProt}} -->
<!-- <div class="reference-box">[http://www.ncbi.nlm.nih.gov]</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.