View source: R/summary-tables.R
update.BayesTools_table | R Documentation |
Updates BayesTools table while not breaking formatting, attributes, etc...
## S3 method for class 'BayesTools_table'
update(
object,
title = NULL,
footnotes = NULL,
warnings = NULL,
remove_parameters = NULL,
logBF = FALSE,
BF01 = FALSE,
...
)
object |
a BayesTools table |
title |
title of the table |
footnotes |
add footnotes to the table |
warnings |
add warnings of the table |
remove_parameters |
remove parameters from the table |
logBF |
whether to format Bayes factors as log(BF) |
BF01 |
whether to format Bayes factors as 1/BF |
... |
additional arguments. |
returns an object of 'BayesTools_table' class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.