powered by
This function computes the probability to achieve replication success on statistical significance of the replication effect estimate.
porsSig(level, dprior, sr)
The probability to achieve replication success
Significance level for p-value of the replication effect estimate (one-sided and in the same direction as the original effect estimate)
Design prior object
Replication standard error
Samuel Pawel
Pawel, S., Consonni, G., and Held, L. (2022). Bayesian approaches to designing replication studies. arXiv preprint. tools:::Rd_expr_doi("10.48550/arXiv.2211.02552")
## specify design prior to1 <- 2 so1 <- 1 dprior <- designPrior(to = to1, so = so1, tau = 0.1) porsSig(level = 0.025, dprior = dprior, sr = c(0.5, 0.3))
Run the code above in your browser using DataLab