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/npsych.data documentation built on April 14, 2025, 6:14 p.m.