Skip to content

where is eda library (Prof. Ripley's Exploratory Data Analysis Library)

4 messages · S.O. Nyangoma, Ernesto Jardim, Uwe Ligges +1 more

#
Hi 
I want to install eda library. Where can I download it?
I use R version 2.1.0 on Linux.

Thanks.
Stephen.



----- Original Message -----
From: Luis Ridao Cruz <Luisr at frs.fo>
Date: Tuesday, September 13, 2005 1:32 pm
Subject: Re: [R] How to erase objects
#
S.O. Nyangoma wrote:

            
Warning message:
package 'eda' has been merged into 'stats'

EJ
#
S.O. Nyangoma wrote:

            
What about typing

 > library(eda)
Warning message:
package 'eda' has been merged into 'stats'


Now we see immediately that we alreeady have access to the functions 
that *were* included in *package* "eda".

Uwe Ligges
#
Three things:

1. Please do not hit the reply button to an unrelated topic and change 
the subject. As the signature tells you, "PLEASE do read the posting 
guide! http://www.R-project.org/posting-guide.html"

2. You are looking for the "eda" *package* and not a *library*.

3. Since "eda" is not on CRAN (just tried install.packages("eda")) 
perhaps you can tell us what functions you're looking for. eda, which 
I'm not familiar with, may have been merged with other packages or is 
defunct. Either way, there may be alternatives out there that will 
satisfy your needs.

Thanks,

--sundar
S.O. Nyangoma wrote: