nchoosek {SOAs} | R Documentation |
Utility functions from DoE.base
Description
Utility functions from DoE.base
Usage
nchoosek(n, k)
Arguments
n |
number to select from |
k |
number to be selected without replacement |
Value
nchoosek
returns a k
times choose(n,k)
matrix
whose columns hold the possible selections in lexicographic order
[Package SOAs version 1.4 Index]