condProb | R Documentation |
This returns the conditional probability: Pr(succ | trial).
condProb(succ, trials = NULL, ...)
succ |
Vector where |
trials |
Mask indicating with elements of |
... |
Passed to |
Without the trials
argument, this becomes
a simple probability calculation.
In any event, the output include lower and upper confidence bounds.
Returns a tibble with three columns
CondProb
- conditional probability
Low
- lower limit of confidence interval
High
- upper limit of confidence interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.