Bayes factor correspondence plot for Wetzels et al data
1 2 3 4 5 6 7 8 9 10 11 | plotallBFWetzels(
BFWetzels,
alternative = "greater",
elicit.stage = "Shiny",
disttype = "t",
BFlog = FALSE,
x1 = 100,
y1 = 100,
x0 = 0,
y0 = 0
)
|
BFWetzels |
Dataset containing Bayes factors for Wetzels data |
alternative |
one out of "two.sided", "greater", or "less" |
elicit.stage |
"Shiny" or "MATCH" for elicited priors from Shiny app or MATCH |
disttype |
Which prior distribution family? "norm" for normal distribution, "t" for t-distribution |
BFlog |
TRUE/FALSE: Should log BFs be displayed? |
x1 |
upper limit x axis |
y1 |
upper limit y axis |
x0 |
lower limit x axis |
y0 |
lower limit y axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.