s-news
[Top] [All Lists]

[S] Re: Factorials in S-PLUS: over-under

To: SNEWS <S-NEWS@wubios.wustl.edu>
Subject: [S] Re: Factorials in S-PLUS: over-under
From: Yen-Hong Kuo <yhkuo@monmouth.com>
Date: Mon, 23 Mar 1998 18:45:55 -0500
Cc: Steve Bousquin <sbous@lamar.colostate.edu>
Organization: Jersey Shore Medical Center
Reply-to: yhkuo@monmouth.com
Sender: owner-s-news@wubios.wustl.edu
use gamma(n+1) for n! (n factorial)

For example: 4!=24
> n_4
> gamma(n+1)  #  = n! = 4!
[1] 24

                                                  Yen-Hong Kuo
Biostatistician   ..............................................
 Jersey Shore Medical Center          TEL   : (732)-776-2906
 1945 State Route 33                  FAX   : (732)-776-2432
 Neptune, NJ 07754                    E-mail: yhkuo@monmouth.com



Steve Bousquin wrote:
> 
> I can't seem to find an operator in the manuals for calculating
> factorials.  I mean !, not experiments.  Also, is there a way to work
> with the over-under type of notation?
> 
> Steve Bousquin
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu.  To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message:  unsubscribe s-news

<Prev in Thread] Current Thread [Next in Thread>