powered by
R equivalent to the power function.
pow(x, n)
A numeric atomic object of the base.
A numeric atomic object of the exponent.
A numeric atomic object of x raised to n.
Wrapper on x^n.
x^n
Other translations: fabs(), ilogit(), invlogit(), log<-(), logit<-(), logit(), phi()
fabs()
ilogit()
invlogit()
log<-()
logit<-()
logit()
phi()
# NOT RUN { pow(10, 2) # }
Run the code above in your browser using DataLab