Cumulative distribution of standard normal
Examples
# 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 rxode2 models
Cumulative distribution of standard normal
# 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 rxode2 models