[R] ghyper package

2004-07-27 Thread Román Padilla Lizbeth
Hello

I am searching ghyper package (generalized hypergeometric distributions).

Does anyone can send it to me?

 

Regards from Mexico

Lizbeth Román

 


[[alternative HTML version deleted]]

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] ghyper package

2004-07-27 Thread Bob Wheeler
It is in SuppDists.
Román Padilla Lizbeth wrote:
Hello
I am searching ghyper package (generalized hypergeometric distributions).
Does anyone can send it to me?
 

Regards from Mexico
Lizbeth Román
 

[[alternative HTML version deleted]]
__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

--
Bob Wheeler --- http://www.bobwheeler.com/
ECHIP, Inc. ---
Randomness comes in bunches.
__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] ghyper package

2004-07-27 Thread Marc Schwartz
On Tue, 2004-07-27 at 13:54, Romn Padilla Lizbeth wrote:
 Hello
 
 I am searching ghyper package (generalized hypergeometric
 distributions).
 
 Does anyone can send it to me?
 
  
 
 Regards from Mexico
 
 Lizbeth Romn


You will find that _function_ in Bob Wheeler's SuppDists package on
CRAN:

http://cran.us.r-project.org/src/contrib/Descriptions/SuppDists.html

So use:

install.packages(SuppDists)
library(SuppDists)
?ghyper

HTH,

Marc Schwartz

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] ghyper package

2004-07-27 Thread Sundar Dorai-Raj

Román Padilla Lizbeth wrote:
Hello
I am searching ghyper package (generalized hypergeometric distributions).
Does anyone can send it to me?
 

Regards from Mexico
Lizbeth Román
 

[[alternative HTML version deleted]]
__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Try install.packages(SuppDists).
--sundar
P.S. You could have discovered this yourself searching CRAN for 
ghyper, which is what I did.

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html