nroot_transform {structToolbox}R Documentation

nroot transform

Description

Applies an nth root transform to the data

Usage

nroot_transform(root = 2, ...)

Arguments

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

Value

struct object

Examples

M = nroot_transform()

[Package structToolbox version 1.0.1 Index]