UPDATE: Some problems arose with my previous host so I have now updated the links here and elsewhere on the blog.
The companion web site for Serious Stats has a zip file with R scripts for each chapter. This contains examples of R code and and all my functions from the book (and a few extras). This is a convenient form for working through the examples. However, if you just want to access the functions it is more convenient to load them all in at once.
The functions can be downloaded as a text file from:
http://www2.ntupsychology.net/seriousstats/SeriousStatsAllfunctions.txt
More conveniently, you can load them directly into R with the following call:
source('http://www2.ntupsychology.net/seriousstats/SeriousStatsAllfunctions.txt')
In addition to the Serious Stats functions, a number of other functions are contained in the text file. These include functions published on this blog for comparing correlations or confidence intervals for independent measures ANOVA and functions my paper on confidence intervals for repeated measures ANOVA.
N.B. R code formatted via Pretty R at inside-R.org
Filed under: news, R code, serious stats Tagged: ANOVA, confidence intervals, correlation and covariance, R, R functions, repeated measures ANOVA, statistics, text books
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).