nchoosek {SOAs} | R Documentation |
Utility functions from DoE.base
nchoosek(n, k)
n |
number to select from |
k |
number to be selected without replacement |
nchoosek
returns a k
times choose(n,k)
matrix
whose columns hold the possible selections in lexicographic order