Description Usage Arguments Value Author(s) References See Also Examples
View source: R/levelSceptical.R
The level for the sceptical p-value is computed based on the specified alternative and calibration type.
1 | levelSceptical(level, alternative = "one.sided", type = "golden")
|
level |
The required significance level. This can be a vector. |
alternative |
Either |
type |
Type of calibration. Can be either |
The level for the sceptical p-value.
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, 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
Held, L., Micheloud, C. & Pawel, S. (2020). The assessment of replication success based on relative effect size. https://arxiv.org/abs/2009.07782
1 2 3 4 | levelSceptical(level = 0.025, type = "nominal")
levelSceptical(level = 0.025, type = "liberal")
levelSceptical(level = 0.025, type = "controlled")
levelSceptical(level = 0.025, type = "golden")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.