thresholdSceptical {ReplicationSuccess} | R Documentation |
The threshold for the sceptical p-value is computed.
thresholdSceptical(level, alternative = "one.sided", type = "nominal")
level |
The required one-sided significance level. This can be a vector. |
alternative |
either |
type |
Type of threshold. Default is |
The threshold 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
thresholdSceptical(level = 0.025, type = "nominal") thresholdSceptical(level = 0.025, type = "liberal") thresholdSceptical(level = 0.025, type = "controlled") thresholdSceptical(level = 0.025, type = "golden")