Inference: Inference summaries

Description Usage Arguments Value Note See Also Examples

Description

Credibility intervals, estimates

Usage

1
2
3
4
5
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", ...)

Arguments

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 "phi" or "VE" (=1-phi)

Value

A list of confidence intervals (brr_intervals) or estimates (brr_estimates)

Note

Inference is a generic name for the functions documented.

See Also

confint.brr

Examples

1
2
3
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)

brr documentation built on May 2, 2019, 1:04 a.m.