transform_data.Rd
Transform the data with centering, scaling and Box-Cox transformations
transform_data(data, methods = c("center", "scale", "BoxCox"))
data | a data.frame |
---|---|
methods | character, methods for the |
a data.frame with transformed data