R functions for serious stats
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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 about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.