create_scaling {lgpr}R Documentation

Create a standardizing transform

Description

Create a standardizing transform

Usage

create_scaling(x, name)

Arguments

x

variable measurements (might contain NA or NaN)

name

variable name

Value

an object of class lgpscaling

See Also

Other variable scaling functions: apply_scaling()


[Package lgpr version 1.2.4 Index]