Bayes Factors (BFs) are a fundamental tool in Bayesian analysis for comparing two hypotheses: typically the null hypothesis (H₀) and the alternative hypothesis (H₁). The Bayes Factor in favor of the null over the alternative is written as BF₀₁, which tells you how many times more likely the observed data are under H₀ than under H₁. For example, a BF₀₁ of 5 means the data are 5 times more likely under the null hypothesis. A BF₀₁ of 0.2 (i.e., 1/5) means the data are 5 times more likely under the alternative hypothesis.
Importantly, Bayes Factors can support either hypothesis:
This symmetry makes Bayes Factors more flexible than traditional p-values, which can only reject or fail to reject H₀.
Instead of reporting the raw BF₀₁ values, it is often better to report their natural logarithm, written as ln(BF₀₁) or log(BF₀₁) with base e. Here’s why:
Bayes Factors can range from extremely small values (e.g. 0.001) to very large ones (e.g. 1000), which makes them hard to compare directly. Taking the natural log compresses this wide range:
This compression makes values easier to report and visualize, especially when plotting results or summarizing across multiple studies (e.g., meta-analysis).
Using the natural log also gives a symmetric scale centered around 0:
So, a log BF₀₁ of +2 means data support H₀ about as strongly as –2 would support H₁. This makes interpretation intuitive: zero means balanced evidence, and distance from zero indicates strength regardless of direction.
When computing Bayes Factors from likelihoods or marginal probabilities, the raw numbers can be extremely large or small, which can lead to numerical issues. Taking logs avoids underflow or overflow, since products of small probabilities become sums of manageable log-probabilities (e.g., log(ab) = log(a) + log(b)). This makes Bayesian computation more robust in practice.
When combining evidence from multiple sources or experiments, log Bayes Factors add:
This makes it easy to combine studies without recalculating everything in raw terms. For example:
This is equivalent to the data being 15 times more likely under H₀ across both studies.
If you always report log BF₀₁, then:
Examples:
| BF₀₁ | ln(BF₀₁) | Interpretation | |-------------|------------|------------------------------------------| | 100 | 4.61 | Strong evidence for H₀ | | 10 | 2.30 | Moderate evidence for H₀ | | 1 | 0 | No preference between H₀ and H₁ | | 0.1 | –2.30 | Moderate evidence for H₁ | | 0.01 | –4.61 | Strong evidence for H₁ |
The further the value is from 0, the stronger the evidence—positive values favor the null, negative values favor the alternative.
Using the natural log of Bayes Factors (ln BF₀₁) makes Bayesian inference easier to interpret, communicate, and compute:
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.