Learn R Programming

RxODE (version 1.0.4)

phi: Cumulative distribution of standard normal

Description

Cumulative distribution of standard normal

Usage

phi(q)

Arguments

q

vector of quantiles.

Value

cumulative distribution of standard normal distribution

Examples

Run this code
# NOT RUN {
# phi is equivalent to pnorm(x)
phi(3)

# See
pnorm(3)

# This is provided for NONMEM-like compatibility in RxODE models

# }

Run the code above in your browser using DataLab