Learn R Programming

corto (version 1.2.4)

p2z: p2z

Description

This function gives a gaussian Z-score corresponding to the provided p-value Careful: sign is not provided

Usage

p2z(p)

Value

z a Z score

Arguments

p

a p-value

Examples

Run this code
p<-0.05
p2z(p)

Run the code above in your browser using DataLab