standardize: center and scale each vector of a matrix

View source: R/pre_process.R

standardizeR Documentation

center and scale each vector of a matrix

Description

center and scale each vector of a matrix

Usage

standardize(preproc = prepper(), cmeans = NULL, sds = NULL)

Arguments

preproc

the pre-processing pipeline

cmeans

an optional vector of column means

sds

an optional vector of sds

Value

a prepper list


bbuchsbaum/multivarious documentation built on Dec. 23, 2024, 7:47 a.m.