scepticalCI {ReplicationSuccess}R Documentation

Sceptical confidence interval

Description

The sceptical confidence interval is computed based on the effect estimates of the original and replication studies and their respective standard errors.

Usage

scepticalCI(thetao, thetar, se_thetao, se_thetar, alphas)

Arguments

thetao

Effect estimate from original study.

thetar

Effect estimate from replication study.

se_thetao

Standard error of thetao

se_thetar

Standard error of thetar

alphas

Threshold for replication success

Value

The sceptical confidence interval.

Author(s)

Charlotte Micheloud

References

Held, L. (2020). The harmonic mean chi-squared test to substantiate scientific findings. Journal of the Royal Statistical Society: Series C (Applied Statistics), 69, 697-708. https://doi.org/10.1111/rssc.12410

See Also

pScepticalMu

Examples

scepticalCI(thetao = 0.4, thetar = 0.2, se_thetao = 0.1, se_thetar = 0.1, 
alphas = thresholdSceptical(level = 0.05, type = "controlled", alternative = "two.sided"))

[Package ReplicationSuccess version 0.1-3 Index]