update.BayesTools_table: Updates BayesTools table

View source: R/summary-tables.R

update.BayesTools_tableR 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.


FBartos/BayesTools documentation built on Jan. 20, 2025, 8:15 a.m.