predict_binomial {gfoRmula} | R Documentation |
Simulate Binary Values
Description
This internal function simulates covariate values from a binomial distribution.
Usage
predict_binomial(x, size, prob)
Arguments
x |
Integer specifying the number of observations to be simulated. |
size |
Integer specifying the number of trials. |
prob |
Numeric vector specifying the probabilities. |
Value
Numeric vector of simulated covariate values under the binomial distribution.
[Package gfoRmula version 1.1.0 Index]