Description Usage Arguments Note Examples
View source: R/helpers_bf_tests.R
Extract Bayes Factors from BayesFactor
model object.
1 2 3 4 5 6 7 8 9 10 | bf_extractor(
bf.object,
conf.method = "hdi",
centrality = "median",
conf.level = 0.95,
k = 2L,
top.text = NULL,
output = "dataframe",
...
)
|
bf.object |
An object from |
conf.method |
The type of index used for Credible Interval. Can be
|
centrality |
The point-estimates (centrality indices) to compute.
Character (vector) or list with one or more of these options: |
conf.level |
Confidence/Credible Interval (CI) level. Default to |
k |
Number of digits after decimal point (should be an integer)
(Default: |
top.text |
Text to display on top of the Bayes Factor message. This is
mostly relevant in the context of |
output |
If |
... |
Additional arguments passed to
|
Important: don't enter 1/bf.object
to extract results for null
hypothesis; doing so will return wrong results.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.