Description Usage Arguments Value Author(s) References Examples
In a N(μ,σ^2) population with unknown variance σ^2, consider the two-sided one-sample t-test for testing the point null hypothesis H_0 : μ = 0 against H_1 : μ \neq 0. For a sequentially observed data, this function implements the Sequential Bayes Factor design when a normal moment prior is assumed on the standardized effect size μ/σ under the alternative.
1 2 3 |
obs |
Numeric vector. The vector of sequentially observed data. |
tau.NAP |
Positive numeric. Parameter in the moment prior. Default: 0.3/√2. This places the prior modes of the standardized effect size μ/σ at 0.3 and -0.3. |
RejectH1.threshold |
Positive numeric. H_0 is accepted if BF ≤ |
RejectH0.threshold |
Positive numeric. H_0 is rejected if BF ≥ |
batch.size |
Integer vector. The vector of batch sizes at each sequential comparison. The first element (the first batch size) needs to be at least 2. Default: |
return.plot |
Logical. Whether a sequential comparison plot to be returned. Default: |
until.decision.reached |
Logical. Whether the sequential comparison is performed until a decision is reached or until the data is observed. Default: |
A list with three components named N
, BF
, and decision
.
$N
contains the number of sample size used.
$BF
contains the Bayes factor values at each sequential comparison.
$decision
contains the decision reached. 'A'
indicates acceptance of H_0, 'R'
indicates rejection of H_0, and 'I'
indicates inconclusive.
Sandipan Pramanik and Valen E. Johnson
Pramanik, S. and Johnson, V. (2022). Efficient Alternatives for Bayesian Hypothesis Tests in Psychology. Psychological Methods. Just accepted.
Johnson, V. and Rossell, R. (2010). On the use of non-local prior densities in Bayesian hypothesis tests. Journal of the Royal Statistical Society: Series B, 72:143-170. [Article]
1 | out = implement.SBFNAP_onet(obs = rnorm(100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.