Description Usage Arguments Details Value Author(s)
Proportion of observations in given credible interval
1 | prop_in_ci(obs, min, max)
|
obs |
vector of observed values |
min |
vector of the lower end of the interval. Either length 1 vector or the same length as the that of obs. |
max |
vector of the upper end of the interval. Either length 1 or the same length as that of the obs vector. |
Proportion of observed values that fall within a given interval
proportion of values in obs vector that are greater than or equal to min and less than or equal to max.
Sangeeta Bhatia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.