JABp | R Documentation |
Title
JABp(n, p, z = TRUE, df = NULL, method = "JAB", upper = 1)
n |
Sample size. |
p |
The p-value. |
z |
Is the p-value based on a z- or t-statistic? TRUE if z. |
df |
If z=FALSE, provide the degrees of freedom for the t-statistic. |
method |
Used for the choice of 'b'. Currently one of:
|
upper |
The upper limit for the range of realistic effect sizes. Only relevant when method="balanced". Defaults to 1 such that the range of realistic effect sizes is uniformly distributed between 0 and 1, U(0,1). |
A numeric value for the BF in favour of H1.
# Transform a p-value of 0.007038863 from a z-test into JAB # using a sample size of 200. JABp(200, 0.007038863) # Transform a p-value of 0.007038863 from a t-test with 190 # degrees of freedom into JAB using a sample size of 200. JABp(200, 0.007038863, z=FALSE, df=190)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.