power {base} | R Documentation |
Creates a link object based on the link function \eta = \mu ^
\lambda
.
power(lambda = 1)
lambda |
a real number. |
If lambda
is non-negative, it is taken as zero, and the log
link is obtained. The default lambda = 1
gives the identity
link.
A list with components linkfun
, linkinv
,
mu.eta
, and valideta
.
See make.link
for information on their meaning.
make.link
,
family
power()
quasi(link=power(1/3))[c("linkfun", "linkinv")]