Learn R Programming

BayesTools (version 0.2.18)

update.BayesTools_table: Updates BayesTools table

Description

Updates BayesTools table while not breaking formatting, attributes, etc...

Usage

# S3 method for BayesTools_table
update(
  object,
  title = NULL,
  footnotes = NULL,
  warnings = NULL,
  remove_parameters = NULL,
  logBF = FALSE,
  BF01 = FALSE,
  ...
)

Value

returns an object of 'BayesTools_table' class.

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.