Learn R Programming

DSAM (version 1.0.2)

standardise: Standardized data

Description

Built-in function: This function is used to standardize the data.

Usage

standardise(data)

Value

Return a matrix with normalized data.

Arguments

data

The dataset should be of type matrix or Data.frame and contain only the input and output vectors.