randconf {fpc} | R Documentation |
Generate a sample indicator vector
Description
Generates a logical vector of length n
with p TRUE
s.
Usage
randconf(n, p)
Arguments
n |
positive integer. |
p |
positive integer. |
Value
A logical vector.
Author(s)
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en/
See Also
Examples
randconf(10,3)
[Package fpc version 2.2-12 Index]