p2z {corto} | R Documentation |
p2z
Description
This function gives a gaussian Z-score corresponding to the provided p-value Careful: sign is not provided
Usage
p2z(p)
Arguments
p |
a p-value |
Value
z a Z score
Examples
p<-0.05
p2z(p)
[Package corto version 1.2.4 Index]