psycho (version 0.5.0)

percentile_to_z: Transform a percentile to a z score.

Description

Transform a percentile to a z score.

Usage

percentile_to_z(percentile)

Arguments

percentile

Percentile

Examples

Run this code
# NOT RUN {
library(psycho)
percentile_to_z(95)
# }

Run the code above in your browser using DataCamp Workspace