stdz: Standardized variables

View source: R/shortcuts.R

stdzR Documentation

Standardized variables

Description

This function standardizes variables by taking the difference between each value and the mean and dividing by the standard deviation.

Usage

stdz(x)

Arguments

x

An object of type numeric, logical, date, date-time, or time interval.

Value

The object x coerced to an object of type "numeric".


ballardao/abmisc documentation built on March 28, 2022, 6:40 a.m.