simNbinom: Create random negative binomial distribution object
Description
Create random negative binomial distribution object. Random negative binomial distribution object will save the target number of successful trials and the probability of successes parameters.
Usage
simNbinom(size, prob)
Arguments
size
The target number of successful trials
prob
The probability of successes
Value
SimNbinomRandom Negative Binomial Distribution object (SimNbinom) that save the specified parameters