alphaIntrinsic {ReplicationSuccess} | R Documentation |
The P-value threshold for intrinsic credibility is computed.
alphaIntrinsic(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
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
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
alphaIntrinsic(alpha=c(0.05, 0.1)) alphaIntrinsic(alpha=c(0.05, 0.1), alternative="one.sided")