Rdocumentation
powered by
Learn R Programming
trustOptim (version 0.8.1)
logit: logit function
Description
Returns the logit of x.
Usage
logit(p)
Arguments
p
a scalar, vector or matrix.
Value
result = log(p/(1-p))