
R Programming
Get flash to fully experience Pearltrees
Lexical scope and function closures in R | Darren Wilkinson's research blog
Introduction R is different to many “easy to use” statistical software packages – it expects to be given commands at the R command prompt. This can be intimidating for new users, but is at the heart of its power. Most powerful software tools have an underlying scripting language. This is because scriptable tools are typically more flexible, and easier to automate, script, program, etc.In R , missing values are represented by the symbol NA (not available) . Impossible values (e.g., dividing by zero) are represented by the symbol NaN (not a number). Unlike SAS, R uses the same symbol for character and numeric data. Testing for Missing Values
Missing Data
Preamble There is plenty to say about data frames because they are the primary data structure in R. Some of what follows is essential knowledge. Some of it will be satisfactorily learned for now if you remember that "R can do that." I will try to point out which parts are which. Set aside some time.
R Tutorials--Data Frames
R Time Series Tutorial
The data sets used in this tutorial are available in astsa , the R package for the text. A detailed tutorial (and more!) is available in Appendix R of the text.For most of the classical distributions, base R provides probability distribution functions (p), density functions (d), quantile functions (q), and random number generation (r). Beyond this basic functionality, many CRAN packages provide additional useful distributions. In particular, multivariate distributions as well as copulas are available in contributed packages. Ultimate bibles on probability distributions are different volumes of N.
CRAN Task View: Probability Distributions
Say it in R with "by", "apply" and friends
Look what I found: two amazing charts
knitr: Elegant, flexible and fast dynamic report generation with R | knitr
community sites
R tools
R tutoriels et des lésions

