z2p | R Documentation |
Functions z2p()
and p2z()
functions are the inverse of each other.
z2p(z, scale = 100)
z |
A numerical vector with Z-scores. |
scale |
The maximum of the scale. The default ( |
A vector with length(z)
elements containing centiles.
Stef van Buuren, 2021
z <- c(-1.96, -1.28, 0, 1.28, 1.96)
z2p(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.