dmnom {combinat} | R Documentation |
density of multinomial, and support functions
Description
density of multinomial
Usage
dmnom(x, size=sum(x), prob=stop("no prob arg"))
Arguments
x |
vector |
size |
total |
prob |
parameter vector (sums to 1) |
Author(s)
code by Scott Chasalow, R pack and maint by VJ Carey <stvjc@channing.harvard.edu>
Examples
dmnom(c(1,1,4,4),10,c(.2,.2,.3,.3))
[Package combinat version 0.0-8 Index]