log_BF | R Documentation |
Compute Log-Bayes Factor
log_BF(G_prior, Bhat, Shat, lowc_wc, indx_lst, df = NULL, ...)
## S3 method for class 'mixture_normal'
log_BF(G_prior, Bhat, Shat, lowc_wc, indx_lst, df = NULL, ...)
## S3 method for class 'mixture_normal_per_scale'
log_BF(G_prior, Bhat, Shat, lowc_wc, indx_lst, df = NULL, ...)
G_prior |
Mixture normal prior. |
Bhat |
p x J matrix of regression coefficients;
|
Shat |
p x J matrix of standard errors; |
lowc_wc |
wavelet coefficient with low count to be discarded |
indx_lst |
list generated by |
df |
degree of freedom, if set to NULL use normal distribution |
... |
Other arguments. |
The log-Bayes factor for each covariate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.