powered by
Replaces a object with the exponent of value.
log(x) <- value
An existing R object.
A numeric atomic object.
Called for the side effect of updating x.
x
A wrapper on exp(value).
exp
(value)
Other translations: fabs(), ilogit(), invlogit(), logit<-(), logit(), phi(), pow()
fabs()
ilogit()
invlogit()
logit<-()
logit()
phi()
pow()
# NOT RUN { x <- NULL log(x) <- 0.5 x # }
Run the code above in your browser using DataLab