Learn R Programming

extras (version 0.2.0)

phi: Phi

Description

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().

See Also

Other translations: fabs(), ilogit(), invlogit(), log<-(), logit<-(), logit(), pow()

Examples

Run this code
# NOT RUN {
phi(0:2)
# }

Run the code above in your browser using DataLab