scepticalCI {ReplicationSuccess} | R Documentation |
The sceptical confidence interval is computed based on the effect estimates of the original and replication studies and their respective standard errors.
scepticalCI(thetao, thetar, se_thetao, se_thetar, alphas)
thetao |
Effect estimate from original study. |
thetar |
Effect estimate from replication study. |
se_thetao |
Standard error of |
se_thetar |
Standard error of |
alphas |
Threshold for replication success |
The sceptical confidence interval.
Charlotte Micheloud
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
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"))