R/rnbinomMV.R

Defines functions rnbinomMV

Documented in rnbinomMV

rnbinomMV <- function( 
    n, 
    mu, 
    v 
){
    rnbinom( n, prob=mu/v, size = mu^2/(v-mu))
}

Try the sSeq package in your browser

Any scripts or data that you put into this service are public.

sSeq documentation built on Nov. 8, 2020, 5:52 p.m.