pow {doBy} | R Documentation |
Power function
Description
A function returning x raised to the power p.
Usage
pow(x, p)
Arguments
x |
An object for which x^p makes sense |
p |
A power |
Author(s)
Søren Højsgaard
[Package doBy version 4.7.0 Index]