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


multivarious documentation built on June 24, 2024, 5:20 p.m.