percentile_to_z {psycho}R Documentation

Transform a percentile to a z score.

Description

Transform a percentile to a z score.

Usage

percentile_to_z(percentile)

Arguments

percentile

Percentile

Author(s)

Dominique Makowski

Examples

library(psycho)
percentile_to_z(95)

[Package psycho version 0.6.1 Index]