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