A free book on probability and statistics with R

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

G Jay Kerns has published a 400+ page introductory text on Probability and Statistics. All of the examples and illustrations are done using R (as Jay puts it, “The people at the party are Probability and Statistics; the handshake is R”) so if you want to brush up on your probability and learn R at the same time, this might be a good resource. It would also be great for teaching: Jay wrote the book based on an undergraduate course he gave at Youngstown State University. There’s also a plug-in for R Commander to access some of the methods via dialogs.

Jay’s book is free, in both senses of the word. You can download the PDF for free from Lulu, or purchase a printed copy for just over $30. Jay has also published all of the LaTeX sources if you want to build the book yourself. And if you’re already using R, you can read the book with just three commands:

install.packages(“IPSUR”)

library(IPSUR)

read(IPSUR)

I haven’t read the entire book, but glancing through it, it looks like a comprehensive overview of the basics of Statistics: distributions, hypothesis testing, estimation, linear regression, and even touches on resampling and nonparametric methods.

I did want to point out one minor error on page xiii, though. It’s “We’re not in Kansas any more, Toto”, not “We’re not in Kansas any more, Dorothy”. They’d take away my Rainbow Card if I didn’t mention that. 

G Jay Kearns: Introduction to Probability and Statistics using R

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)