[R] SimpleR and UsingR

j verzani jverzani at gmail.com
Sat Feb 6 13:50:32 CET 2010


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

>



More information about the R-help mailing list