standardize: Standardize data

View source: R/standardize.R

standardizeR Documentation

Standardize data

Description

Standardize data

Usage

standardize(X, exclude = NULL, mode = c("center", "scale"))

Arguments

X

A df/tibble

exclude

A vector of columns names indicating columns to ignore when computing the fd. Names can be passed directly as if they were variables in the environment - if missing defaults to NULL.

scale

A character indicating whether to scale data or only center. Must be one of "center" or "scale".

Value

A df/tibble with standardized columns


aflatoune/approche-directe documentation built on May 30, 2022, 1:56 p.m.