View source: R/table.dist.binomial.R
table.dist.binomial | R Documentation |
Calculates probabilities for the binomial distribution and includes cumulative probabilities from each tail.
table.dist.binomial(n = 10, p = 0.5)
n |
Scalar - sample size |
p |
Scalar - probability of "success" |
A data frame with x, probability at x, and cumulative probability from each tail to x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.