Learn R Programming

LW1949 (version 1.1.0)

invprobit: 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.

Value

A numeric vector of proportions the same length as quan.

Details

Simply calls pnorm(quan).

Examples

Run this code
invprobit(c(-3, -1, 0, 1, 3))

Run the code above in your browser using DataLab