Description Usage Arguments Value Author(s) References Examples
The p-value for intrinsic credibility is computed.
1 2 | pIntrinsic(p = z2p(z, alternative = alternative), z = NULL, alternative = "two.sided",
type = "Held")
|
p |
A vector of p-values, is calculated from |
z |
A vector of z-values, default is |
alternative |
Either |
type |
Type of intrinsic p-value. Default is |
The p-value 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
1 2 3 4 5 6 | p <- c(0.005, 0.01, 0.05)
z <- c(2, 3, 4)
pIntrinsic(p = p)
pIntrinsic(p = p, type = "Matthews")
pIntrinsic(p = p, alternative = "one.sided")
pIntrinsic(p = p, alternative = "one.sided", type = "Matthews")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.