by
G. Jay Kerns
R:R for your operating system from CRAN:
Windows - http://cran.r-project.org/bin/windows/base/
MacOS X - http://cran.r-project.org/bin/macosx/
Linux - http://cran.r-project.org/bin/linux/
.exe program file to start installation. When it asks for "Customized startup options", specify Yes. In the next window, be sure to select the SDI (single-window) option.
IPSUR package:IPSUR package from one of the following locations. The choice of location will depend on which version of IPSUR that you want to read.
IPSUR. This version may differ slightly from a hard copy purchased from retailers, but will be the closest you can get to a published copy without buying one. To install directly from CRAN, launch R and type the following at the command prompt ">":
install.packages("IPSUR")
IPSUR. This version will have the latest corrections and additional material, and may differ substantially from one purchased from retailers. To install directly from R-Forge, launch R and type the following at the command prompt ">":
install.packages("IPSUR", repos="http://R-Forge.R-project.org")
IPSUR package:IPSUR is downloaded and installed, it must be loaded into R.
library function
library(IPSUR)
and finally launch the PDF viewer with
read(IPSUR)