predict_binomial {gfoRmula} | R Documentation |
This internal function simulates covariate values from a binomial distribution.
predict_binomial(x, size, prob)
x |
Integer specifying the number of observations to be simulated. |
size |
Integer specifying the number of trials. |
prob |
Numeric vector specifying the probabilities. |
Numeric vector of simulated covariate values under the binomial distribution.