pScepticalMu {ReplicationSuccess} | R Documentation |
The sceptical p-value is computed based on the effect estimates of the original and replication studies and their respective standard errors for the general point null hypothesis H_0: θ = μ.
pScepticalMu(thetao, thetar, se_thetao, se_thetar, mu, alternative = "two.sided")
thetao |
A vector of effect estimates from original studies. |
thetar |
A vector of effect estimates from replication studies. |
se_thetao |
Standard errors of |
se_thetar |
Standard errors of |
mu |
A vector of values for the null hypothesis |
alternative |
either |
The sceptical p-value.
Charlotte Micheloud
Held, L. (2020). A new standard for the analysis and design of replication studies (with discussion). Journal of the Royal Statistical Society: Series A (Statistics in Society), 183, 431-448. https://doi.org/10.1111/rssa.12493
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
pScepticalMu(thetao = 0.4, thetar = 0.2, se_thetao = 0.1, se_thetar = 0.1, mu = c(0, 0.2, 0.4, 0.6), alternative = "two.sided")