invprobit: Convert Probit Scale to Proportions

Description Usage Arguments Details Value Examples

View source: R/invprobit.R

Description

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

Usage

1
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

1
invprobit(c(-3, -1, 0, 1, 3))

JVAdams/LW1949 documentation built on May 7, 2019, 10:14 a.m.