Read a new book… 2

From the book website :

IPSUR stands for Introduction to Probability and Statistics Using R,
ISBN: 978-0-557-24979-4, which is a textbook written for an
undergraduate course in probability and statistics. The approximate
prerequisites are two or three semesters of calculus and some linear
algebra in a few places. Attendees of the class include mathematics,
engineering, and computer science majors.

Now, there is a new way to read R books (anyway, new to me!)

install.packages("IPSUR", repos="http://cran.r-project.org")
library(IPSUR)
read(IPSUR)



2 thoughts on “Read a new book…

  1. Reply Tal Galili Jul 31, 2010 9:06 pm

    Hi there,
    Notice how the author suggests using:
    install.packages(“IPSUR”, repos=”http://R-Forge.R-project.org”)
    For the newest version.

Leave a Reply