probit function

Convert Proportions to the Probit Scale

Convert Proportions to the Probit Scale

Convert proportions to the probit scale.

probit(prob)

Arguments

  • prob: A numeric vector of proportions.

Returns

A numeric vector the same length as prob with quantiles on the probit scale.

Details

Simply calls qnorm(prob).

Examples

probit(c(0.001, 0.01, 0.1, 0.5, 0.9, 0.99, 0.999))
  • Maintainer: Jean V. Adams
  • License: GPL
  • Last published: 2017-03-20