Am 27.11.2010 09:48, schrieb Stephen Liu:
> I found the datasets of AER
cool.
> detach("package:AER", unload = TRUE)
detach(package:AER) works for me.
> data()
> still found "car" there.
you mean "cars" ? This is not part of AER but in a base R installation.
>> install.packages("EcDat")
> Where can I download/install EcDat? TIA
It is case sensitive, try install.packages("Ecdat") it works for me...
Maybe you should try a little bit more...
hth
Stefan
______________________________________________
[email protected] 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.