thresholdIntrinsic {ReplicationSuccess} | R Documentation |
The p-value threshold for intrinsic credibility is computed.
thresholdIntrinsic(alpha, alternative = "two.sided", type = "Held")
alpha |
The intrinsic credibility level. This can be a vector. |
alternative |
either |
type |
Type of intrinsic p-value threshold. Default is |
The threshold for intrinsic credibility.
Leonhard Held
Matthews, R. A. J. (2018). Beyond 'significance': principles and practice of the analysis of credibility. Royal Society Open Science, 5:171047. https://doi.org/10.1098/rsos.171047
Held, L. (2019). The assessment of intrinsic credibility and a new argument for p < 0.005. Royal Society Open Science, 6:181534. https://dx.doi.org/10.1098/rsos.181534
thresholdIntrinsic(alpha = c(0.005, 0.01, 0.05)) thresholdIntrinsic(alpha = c(0.005, 0.01, 0.05), alternative = "one.sided")