R/powerUntransform.R

Defines functions powerUntransform

Documented in powerUntransform

powerUntransform <-
function(xt, power)
 {
  if (power == 0) x <- exp(xt) else x <- xt^(1/power)
  x
 }

Try the tlm package in your browser

Any scripts or data that you put into this service are public.

tlm documentation built on May 2, 2019, 2:11 p.m.