nroot_transform {structToolbox} | R Documentation |
Applies an nth root transform to the data
nroot_transform(root = 2, ...)
root |
The nth root of the transform. Default is 2, resulting in a square-root transformation of the data. |
... |
additional slots and values passed to struct_class |
struct object
M = nroot_transform()