phi {rxode2} | R Documentation |
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
Author(s)
Matthew Fidler
Examples
# phi is equivalent to pnorm(x)
phi(3)
# See
pnorm(3)
# This is provided for NONMEM-like compatibility in rxode2 models
[Package rxode2 version 4.0.2 Index]