update.BayesTools_table {BayesTools} | R Documentation |
Updates BayesTools table
Description
Updates BayesTools table while not breaking formatting, attributes, etc...
Usage
## S3 method for class 'BayesTools_table'
update(
object,
title = NULL,
footnotes = NULL,
warnings = NULL,
remove_parameters = NULL,
logBF = FALSE,
BF01 = FALSE,
...
)
Arguments
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. |
Value
returns an object of 'BayesTools_table' class.
[Package BayesTools version 0.2.19 Index]