Rev 26076 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{power}\alias{power}\title{Create a Power Link Object}\usage{power(lambda = 1)}\arguments{\item{lambda}{a real number.}}\description{Creates a link object based on the link function \eqn{\eta = \mu ^\lambda}{eta = mu^lambda}.}\details{If \code{lambda} is non-negative, it is taken as zero, and the loglink is obtained. The default \code{lambda = 1} gives the identitylink.}\value{A list with components \code{linkfun}, \code{linkinv},\code{mu.eta}, and \code{valideta}.See \code{\link{make.link}} for information on their meaning.}\references{Chambers, J. M. and Hastie, T. J. (1992)\emph{Statistical Models in S.}Wadsworth \& Brooks/Cole.}\seealso{\code{\link{make.link}},\code{\link{family}}To raise a number to a power, see \code{\link{Arithmetic}}.To calculate the power of a test, see various functions in the\pkg{ctest} package, e.g., \code{\link[ctest]{power.t.test}}.}\examples{power()quasi(link=power(1/3))[c("linkfun", "linkinv")]}\keyword{models}