Inference {brr} | R Documentation |
Credibility intervals, estimates
brr_intervals(x, y, S, T, a = 0.5, b = 0, c = 0.5, d = 0,
level = 0.95, intervals = "equi-tailed*", ...)
brr_estimates(x, y, S, T, a = 0.5, b = 0, c = 0.5, d = 0,
parameter = "phi", ...)
x , y |
Observed counts |
S , T |
sample sizes |
a , b , c , d |
Prior parameters |
level |
confidence level |
intervals |
a character vector, the intervals to be returned |
... |
arguments passed to IntrinsicInference and Intrinsic2Inference |
parameter |
parameter of interest |
A list of confidence intervals (brr_intervals
) or estimates (brr_estimates
)
Inference
is a generic name for the functions documented.
brr_intervals(x=4, y=5, S=10, T=10, a=0.5, b=0, c=0.5, d=0)
brr_intervals(x=4, y=5, S=10, T=10, a=0.5, b=0, c=0.5, d=0, intervals=c("left","equi-tailed"))
brr_estimates(x=4, y=5, S=10, T=10, a=0.5, b=0, c=0.5, d=0)