| ilog {extras} | R Documentation |
Inverse Log Transformation
Description
Inverse log transforms a numeric atomic object.
Usage
ilog(x)
Arguments
x |
A numeric atomic object. |
Details
A wrapper on exp(value).
Value
A numeric atomic object.
See Also
Other translations:
fabs(),
ilogit(),
inv_logit(),
invlogit(),
log<-(),
logit<-(),
logit(),
phi(),
pow(),
step()
Examples
x <- 1
ilog(x)
[Package extras version 0.6.1 Index]