Uwe Dippel <udippel <at> uniten.edu.my> writes: > > Having found the online version of SimpleR, I wanted to to download the > respective data: > "The data sets for these notes are available from the CSI math > department (http://www.math.csi.cuny.edu/Statistics/R/simpleR) > and must be installed prior to this." >
Sorry for the confusion. You install the UsingR package and then load the same package. Try instead: install.packages("UsingR") library("UsingR") --John > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.