invprobit {LW1949} | R Documentation |
Convert Probit Scale to Proportions
Description
Convert values on the probit scale to their proportions on the 0 to 1 scale.
Usage
invprobit(quan)
Arguments
quan |
A numeric vector of probit quantiles. |
Details
Simply calls pnorm(quan)
.
Value
A numeric vector of proportions the same length as quan
.
Examples
invprobit(c(-3, -1, 0, 1, 3))
[Package LW1949 version 1.1.0 Index]