powered by
Performs cubic root transformation on the data matrix.
cubic_root_transform(datamat)
data matrix.
Returns the data matrix with the cubic root transformation applied.
# NOT RUN { ## Example of cubic root transformation library(specmine.datasets) data(cachexia) datamat.cubic = cubic_root_transform(cachexia$data) # }
Run the code above in your browser using DataLab