So, I'm running an old version of R (2.14.0) on Mac OS X 10.10.1 and I can't load the "effects" package. It took me long enough to track down all the dependencies I needed to install effects, but I still can't get it to load. I have colorspace, lattice, grid, MASS, & nnet. But when I input library(effects)
I get the following output:
Loading required package: lattice
Loading required package: grid
Loading required package: MASS
Loading required package: nnet
Loading required package: colorspace
Attaching package: ‘effects’
The following object(s) are masked from ‘package:datasets’:
Titanic
When I search ?Titanic
I get:
Help on topic ‘Titanic’ was found in the following packages:
Package Library
effects /Users/zoe/Dropbox/Zoe_Folder/IPE/R-2.14.0/library
datasets /Users/zoe/Dropbox/Zoe_Folder/IPE/R-2.14.0/library
Choose one
1: Survival of Passengers on the Titanic {effects}
2: Survival of passengers on the Titanic {datasets}
What do I do? (I can't use R 3 because I need a really specific statistical package for statistical ecology that only runs on R 2.) I would really appreciate any insight!