R/pamr.cube.root.R

Defines functions pamr.cube.root

Documented in pamr.cube.root

## Cube root transformation for Affy chips
pamr.cube.root  <- function(x) {
  return(sign(x) * abs(x)^{1/3})
}

Try the pamr package in your browser

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

pamr documentation built on May 2, 2019, 12:35 p.m.