Skip to contents

The standard normal cumulative density function.

Usage

phi(x)

Arguments

x

A numeric atomic object.

Value

A numeric atomic object.

Details

A wrapper on stats::pnorm().

Examples

phi(0:2)
#> [1] 0.5000000 0.8413447 0.9772499