View source: R/prodbinom_dist.R
prodbinom_dist | R Documentation |
Product Binomial Distribution
prodbinom_dist(n1, n2, p1, p2, two.sided = TRUE)
n1 |
integer |
n2 |
integer |
p1 |
double |
p2 |
double |
data frame of probability distribution
prodbinom_dist(5, 3, .5, .4, two.sided = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.