Cumulative distribution of standard normal
phi(q)
q | vector of quantiles. |
---|
cumulative distribution of standard normal distribution
Matthew Fidler
# phi is equivalent to pnorm(x)
phi(3)
#> [1] 0.9986501
# See
pnorm(3)
#> [1] 0.9986501
# This is provided for NONMEM-like compatibility in RxODE models