bf.t.test: Bayesian analysis: Bayes Factor T-test

Description Usage Arguments See Also

View source: R/jasp.t.test.r

Description

The Bayes Factor t-test bf.t.test relies on code from the JASP Github repository to on the one hand not have to rely on non-automated JASP usage for doing Bayesian analyses yet on the other hand obtain the beautiful plots that JASP creates.

Usage

1
2
bf.t.test(x = NULL, y = NULL, paired = FALSE, oneSided = FALSE,
  addInformation, ...)

Arguments

x,

y Vectors of (numeric) data.

paired

Logical to specify whether the data in x and y are paired data or not (default: FALSE)

...

Other parameters passed onto functions that bf.t.test() calls.

onesided

String or logical FALSE to specify whether a two-sided should be performed (FALSE, default) or one-sided alternatives (either left or right)

See Also

ttestBF in the BayesFactor package for information on additional parameters that can be provided to bf.t.test().


paullemmens/lemmens-package documentation built on Oct. 16, 2019, 4:37 p.m.