as_pvalue {dsos} | R Documentation |
Convert Bayes Factor to P-value
as_pvalue(bf)
bf |
Bayes factor. |
p-value (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_bf()] to convert p-value to Bayes factor.
Other bayesian-test:
as_bf()
,
bf_compare()
,
bf_from_os()
library(dsos)
pvalue_from_bf <- as_pvalue(bf = 1)
pvalue_from_bf