Functions and CALL Routines |
Computes the number of combinations of n elements
taken r at a time.
-
n
-
is a nonnegative integer that represents
the total number of elements from which the sample is chosen.
-
r
-
is a nonnegative integer that represents
the number of chosen elements.
Restriction: |
r n |
The mathematical representation of the
COMB function is given by the following equation:
with n 0, r 0, and n r.
If the expression cannot be computed, a missing value
is returned. For moderately large values, it is sometimes not possible to
compute the COMB function.
SAS Statements |
Results |
x=comb(5,1);
|
5
|
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.