MBF | R Documentation |
This function is used to do the p-value calibration
MBF(t,method)
t |
t-statistic |
method |
Select the calibration method i.e. "goodman", "edwards", "sellke1","sellke2","pvalue". |
This package introduces an alternative approaches for the p-value namely Minimum Bayes Factors (MBF), for find the evidence against a point null hypothesis under the linear regression context. MBF is the one counterpart to p-value offered by the Bayesian approach, which relies solely on the observed sample to provide direct probability statements about the parameters of interest. This approach lie in the same range as p-values, which facilitates us to make the comparison.the MBF is interpreted following the Goodman (1999) labelled intervals. As a result, a BF10 between 1-1/3 is considered weak evidence for H1 , form 1/3 – 1/10 considered moderate evidence for H1, 1/10 – 1/30 is considered substantial evidence, form 1/30 to 1/100 Strong, form 1/100 to 1/300 Very strong, and <1/300 Decisive.
MBF |
Maximum Bayes Factor value |
Woraphon Yamaka
Goodman, S. N. (1999). Toward evidence-based medical statistics. 1: The P value fallacy. Annals of internal medicine, 130(12), 995-1004.
Held, L., & Ott, M. (2016). How the maximal evidence of p-values against point null hypotheses depends on sample size. The American Statistician, 70(4), 335-341.
Stern, H. S. (2016). A test by any other name: P values, Bayes factors, and statistical inference. Multivariate behavioral research, 51(1), 23-29.
t=2 # t-statistic MBF(t,method="goodman")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.