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,
  ...
)

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.