center: Center a Vector or Matrix

View source: R/operations.R

centerR Documentation

Center a Vector or Matrix

Description

Center a Vector or Matrix

Usage

center(X)

Arguments

X

Numeric vector or matrix

Details

This function subtracts the mean from each element of a vector or matrix.

Value

Centered vector or matrix

Examples

center(1:10)

ryan-heslin/RegLesson documentation built on Aug. 5, 2022, 9:03 p.m.