probit {LW1949} | R Documentation |
Convert Proportions to the Probit Scale
Description
Convert proportions to the probit scale.
Usage
probit(prob)
Arguments
prob |
A numeric vector of proportions. |
Details
Simply calls qnorm(prob)
.
Value
A numeric vector the same length as prob
with quantiles on
the probit scale.
Examples
probit(c(0.001, 0.01, 0.1, 0.5, 0.9, 0.99, 0.999))
[Package LW1949 version 1.1.0 Index]