Skip to content
Prev 33285 / 398506 Next

Factorial function in R?

AFAIK there isn't one.  You need to use gamma() or prod() (or writing up a 
recursive function if you want to be inefficient ;-D).
On Fri, 13 Jun 2003 Peter.Caley at csiro.au wrote: