predict_binomial: Simulate Binary Values
Description
This internal function simulates covariate values from a binomial distribution.
Usage
predict_binomial(x, size, prob)
Value
Numeric vector of simulated covariate values under the binomial distribution.
Arguments
- x
Integer specifying the number of observations to be simulated.
- size
Integer specifying the number of trials.
- prob
Numeric vector specifying the probabilities.