invprobit function

Convert Probit Scale to Proportions

Convert Probit Scale to Proportions

Convert values on the probit scale to their proportions on the 0 to 1 scale.

invprobit(quan)

Arguments

  • quan: A numeric vector of probit quantiles.

Returns

A numeric vector of proportions the same length as quan.

Details

Simply calls pnorm(quan).

Examples

invprobit(c(-3, -1, 0, 1, 3))
  • Maintainer: Jean V. Adams
  • License: GPL
  • Last published: 2017-03-20