| erf {statip} | R Documentation |
The function erf encodes the
error function,
defined as erf(x) = 2 * F(x * sqrt(2)) - 1, where
F is the Gaussian distribution function.
erf(x, ...)
x |
numeric. A vector of input values. |
... |
additional arguments to be passed to |
A numeric vector of the same length as x.
pnorm from package stats.