standardization: Standardization of a vector

View source: R/scores.R

standardizationR Documentation

Standardization of a vector

Description

This function takes a vector as input and returns the standardization of that vector.

Usage

standardization(x)

Arguments

x

A vector.

Value

The standardization of the vector.

Examples

x <- c(1, 2, 3)
standardization(x)


brainworkup/bwu documentation built on April 17, 2025, 3:03 a.m.