as_bf {dsos} | R Documentation |
Convert P-value to Bayes Factor
as_bf(pvalue)
pvalue |
P-value. |
Bayes Factor (scalar value).
Marsman, M., & Wagenmakers, E. J. (2017). Three insights from a Bayesian interpretation of the one-sided P value. Educational and Psychological Measurement, 77(3), 529-539.
[as_pvalue()] to convert Bayes factor to p-value.
Other bayesian-test:
as_pvalue()
,
bf_compare()
,
bf_from_os()
library(dsos)
bf_from_pvalue <- as_bf(pvalue = 0.5)
bf_from_pvalue