JAB_plot {alphaN} | R Documentation |
Plots JAB as a function of the p-value
Description
Plots JAB as a function of the p-value
Usage
JAB_plot(n, BF = 1, method = "JAB")
Arguments
n |
Sample size |
BF |
Bayes factor you would like to match. 1 to avoid the Lindley Paradox, 3 to achieve moderate evidence and 10 to achieve strong evidence. |
method |
Used for the choice of 'b'. Currently one of:
|
Value
Prints a plot.
Examples
# Plot JAB as function of the p-value for a sample size of 2000
JAB_plot(2000)
[Package alphaN version 0.1.0 Index]