Description Usage Arguments Value Examples
View source: R/stats_functions.R
Calculate the values of the sigmoidal function that is defined by the
cumulative normal distribution function (pnorm
). This
method provides a convenient wrapper for the pnorm
that automatically
handles negative zeta and is more consistent in its naming.
1 |
x |
numeric vector |
rho |
numeric vector of length 1 or the same length as x. Specifies the inflection point of the inverse probit curve. |
zeta |
numeric vector of length 1 or the same length as x. Specifies the scale of the curve at the inflection point of the inverse probit curve. |
log |
boolean if the log of the result is returned |
oneminus |
boolean if one minus the result is returned |
a numeric vector of length(x)
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.