Savage_Dickey_BF {BayesTools} | R Documentation |
Compute Savage-Dickey inclusion Bayes factors
Description
Computes Savage-Dickey (density ratio) inclusion Bayes factors based the change of height from prior to posterior distribution at the test value.
Usage
Savage_Dickey_BF(
posterior,
null_hypothesis = 0,
normal_approximation = FALSE,
silent = FALSE
)
Arguments
posterior |
marginal posterior distribution generated via the
|
null_hypothesis |
point null hypothesis to test. Defaults to |
normal_approximation |
whether the height of prior and posterior density should be
approximated via a normal distribution (rather than kernel density). Defaults to |
silent |
whether warnings should be returned silently. Defaults to |
Value
Savage_Dickey_BF
returns a Bayes factor.
[Package BayesTools version 0.2.17 Index]