R/multinomial.R

Defines functions `multinomial`

`multinomial` <-
function(n, p) {
        mnomial <- list(n = n, p = p, condProb = NULL)
        reset.generation.multinomial(mnomial)
}

Try the goProfiles package in your browser

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

goProfiles documentation built on Nov. 8, 2020, 8:12 p.m.