normalize: A simple function to normalize a dataset of variables to the...

Description Usage Arguments Value Examples

Description

This function returns a dataframe with normalized variables.

Usage

1

Arguments

X

Matrix or dataframe to be normalized.

Value

A dataframe with normalized values ranging from 0 to 1.

Examples

1
2
3
4
5
someVector = 1:10
normalize(someVector)
df <- data(ITdata)
normalizedIT <- normalize(df)
describe(normalizedIT)

BPJandree/AutoGLM documentation built on May 5, 2019, 10:25 a.m.