On Aug 11, 2012, at 6:34 AM, andrej <andrejfa...@ml1.net> wrote:
> > [2] I obtained R (actually R64) from the following website: > http://cran.cnr.berkeley.edu/bin/macosx/ > > I guess it didn't come with an 'sos' package. I assume it's here: > http://cran.r-project.org/web/packages/sos/index.html > > and when I download/expand the package, I get a bunch of files, but I didn't > see anything in them or the sos.pdf manual that tells me where the files go. Since you're on a Mac, it's much easier to simply type install.packages("sos") Inside R to install the package (which you only need to do once) and then library(sos) In each session you wish to use it to load the package Michael ______________________________________________ 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.