ZtoP {episcan} | R Documentation |
Convert Z-score to correponding p-value
Description
Convert Z score to correponding p-values
Usage
ZtoP(z.score, ...)
Arguments
z.score |
Z-score(s) (either scalar or vector). |
... |
not used. |
Value
corresponding p
-value(s).
Note
Due to the IEEE number limits of representing doubles,
any Z
score over 37.51929999999999765 will be converted to a p
-value of 1e-309.
Author(s)
Beibei Jiang beibei_jiang@psych.mpg.de and Benno Pütz puetz@psych.mpg.de
[Package episcan version 0.0.1 Index]