Description Usage Arguments Value Author(s) References See Also Examples
View source: R/powerReplicationSuccess.R
The power for replication success is computed based on the result of the original study, the corresponding variance ratio and the design prior.
1 2 3 4 5 6 | powerReplicationSuccess(zo,
c = 1,
level = 0.025,
designPrior = "conditional",
alternative = "one.sided",
type = "golden")
|
zo |
A vector of z-values from original studies. |
c |
A vector of variance ratios of the original and replication effect estimates. This is usually the ratio of the sample size of the replication study to the sample size of the original study. |
level |
Replication success level. The default is 0.025. |
designPrior |
Either |
alternative |
either |
type |
Type of recalibration. Can be either |
The power for replication success.
Leonhard Held
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(2):431 - 448. https://doi.org/10.1111/rssa.12493
Held, L., Micheloud, C. & Pawel, S. (2020). The assessment of replication success based on relative effect size. https://arxiv.org/abs/2009.07782
sampleSizeReplicationSuccess
, pSceptical
,
levelSceptical
1 2 3 4 5 6 7 8 9 10 11 12 | powerReplicationSuccess(zo = p2z(0.005), c = 2)
powerReplicationSuccess(zo = p2z(0.005), c = 2, designPrior = "predictive")
thresNominal <- levelSceptical(0.025, type = "nominal")
powerReplicationSuccess(zo = p2z(0.005), c = 2, level = thresNominal)
powerReplicationSuccess(zo = p2z(0.005), c = 2, level = thresNominal,
designPrior = "predictive")
powerReplicationSuccess(zo = p2z(0.005), c = 1/2)
powerReplicationSuccess(zo = p2z(0.005), c = 1/2, designPrior = "predictive")
powerReplicationSuccess(zo = p2z(0.005), c = 1/2, level = thresNominal)
powerReplicationSuccess(zo = p2z(0.005), c = 1/2, level = thresNominal,
designPrior = "predictive")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.