View source: R/bf_expr_template.R
Expression template for Bayes Factor results
1 2 3 4 5 6 7 8 9 10 11 | bf_expr_template(
top.text,
estimate.df,
prior.type = NULL,
estimate.type = NULL,
centrality = "median",
conf.level = 0.95,
conf.method = "HDI",
k = 2L,
...
)
|
top.text |
Text to display on top of the Bayes Factor message. This is
mostly relevant in the context of |
estimate.df |
Dataframe containing estimates and their credible
intervals along with Bayes Factor value. The columns should be named as
|
prior.type |
A character that specifies the prior type. |
estimate.type |
A character that specifies the relevant effect size. |
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 |
conf.method |
The type of index used for Credible Interval. Can be
|
k |
Number of digits after decimal point (should be an integer)
(Default: |
... |
Currently ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.