find_support | R Documentation |
Long Description.
find_support(weights, samplesizes, power.of.2 = TRUE)
weights |
A list of numeric vectors that correspond to the multinomial probabilities. |
samplesizes |
A numeric vector of the multinomial sample sizes. |
power.of.2 |
logical variable that if set to TRUE will return a support whose length is a power of 2. |
weights <- list(c(0,1,1),c(2,0,3),c(5,3,0))
samplesizes <- c(20,20,20)
find_support(weights,samplesizes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.