Learn R Programming

ino (version 1.0.2)

standardize_argument: Standardize argument

Description

This helper function standardizes a numeric argument.

Usage

standardize_argument(argument, by_column, center, scale, ignore)

Value

The standardized argument.

Arguments

argument

A numeric vector, matrix, or data.frame.

by_column, center, scale, ignore

See documentation of method $standardize() from Nop object.