nroot_transform {structToolbox} | R Documentation |
All values in the data matrix are transformed by raising them to the power of 1/n.
nroot_transform(root = 2, ...)
root |
(numeric) The nth root used for the transform. The default is |
... |
Additional slots and values passed to |
A nroot_transform
object.
M = nroot_transform()