hyp: Create hypotheses for inferBF

Description Usage Arguments Value Examples

Description

Create hypotheses for inferBF

Usage

1

Arguments

...

(Optionally named) hypotheses to be tested. The arguments in ... are automatically quoted and evaluated in the context of the prior/posterior samples.

Value

A list of named quoted hypotheses.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

hyp(ROPE = -.2 < b & b < .2,
    b - 0)
## 2 Hypotheses:
##        Hypothesis.specification
## ROPE         -0.2 < b & b < 0.2
## Test_2                    b - 0

## End(Not run)

mattansb/BFEffect documentation built on June 7, 2019, 8:49 p.m.