powered by
Creates a success region object which can then be used for computing the probability of replication success with pors.
pors
successRegion(intervals)
Returns an object of class "successRegion" which is a matrix containing the success intervals sorted in ascending order
"successRegion"
A 2xN matrix containing N disjoint intervals, the first column containing the lower and the second column containing the upper limits
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")
pors, ssd
ssd
successRegion(intervals = rbind(c(1.96, Inf), c(-Inf, -1.96))) successRegion(intervals = cbind(1.96, Inf))
Run the code above in your browser using DataLab