Hi: I have installed the NetData package, and want to use the MagAct96-98 - Extracurricular af?liation data. But while loading the data, its giving an error. Any help? install.packages("NetData") library(NetData) data('studentnets.magact96.97.98', package = "NetData") Warning message: In data("studentnets.magact96.97.98", package = "NetData") : data set ?studentnets.magact96.97.98? not found Thanks: John
David Winsemius
2013-Nov-06 22:38 UTC
[R] cannot load MagAct96-98 - Extracurricular affiliation data
On Nov 6, 2013, at 1:24 PM, email wrote:> Hi: > > I have installed the NetData package, and want to use the MagAct96-98 > - Extracurricular af?liation data. But while loading the data, its > giving an error. Any help? > > > install.packages("NetData") > library(NetData) > data('studentnets.magact96.97.98', package = "NetData") > > Warning message: > In data("studentnets.magact96.97.98", package = "NetData") : > data set ?studentnets.magact96.97.98? not foundI just loaded that package and looked at its Index. I don't see any item with that name. I see three items that appear as though they could be descendents or predecessors of such a file: magact96 MagAct96-98 - Extracurricular affiliation data by year (1996-1998) magact97 MagAct96-98 - Extracurricular affiliation data by year (1996-1998) magact98 MagAct96-98 - Extracurricular affiliation data by year (1996-1998) -- David Winsemius Alameda, CA, USA