scale: scale

Description Usage Arguments

Description

Remove the mean and/or sd of the columns of a matrix. The operations occur in-place.

Usage

1
dimops_scale(rm_mean = TRUE, rm_sd = FALSE, x)

Arguments

rm_mean, rm_sd

Should the data be centered/scaled first?

x

Input matrix. The input data is overwritten by the centered/scaled data.


fml-fam/fmlr documentation built on Jan. 16, 2022, 9:27 a.m.