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)
Hi there,
Notice how the author suggests using:
install.packages(“IPSUR”, repos=”http://R-Forge.R-project.org”)
For the newest version.
Yes, that was my first intention to post but It kept giving me an error of existence in the R-forge.
Is it working now?