Learn R Programming

extras (version 0.6.1)

phi: Phi

Description

The standard normal cumulative density function.

Usage

phi(x)

Value

A numeric atomic object.

Arguments

x

A numeric atomic object.

Details

A wrapper on stats::pnorm().

See Also

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

Examples

Run this code
phi(0:2)

Run the code above in your browser using DataLab