combine_probs | R Documentation |
Given several independent probabilities of an event, return the final probability of the event.
combine_probs(...)
... |
Probability vectors. |
This function is only correct if the probabilities are independent!
A probability vector.
(p1 <- runif(5))
(p2 <- runif(5))
combine_probs(p1, p2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.