Learn R Programming

effectsize (version 0.2.0)

convert_z_to_percentile: Z score to Percentile

Description

Convert between Z scores (values expressed in terms of standard deviation) to percentiles (the proportion of a normal distribution below).

Usage

convert_z_to_percentile(z)

convert_percentile_to_z(percentile)

z_to_percentile(z)

percentile_to_z(percentile)

Arguments

z, percentile

Z score or percentile.

Examples

Run this code
# NOT RUN {
z_to_percentile(1.96)
percentile_to_z(0.975)

# }

Run the code above in your browser using DataLab