prep.scale.params: Precomputes parameters for scaling

View source: R/prep.R

prep.scale.paramsR Documentation

Precomputes parameters for scaling

Description

Precomputes parameters for scaling

Usage

prep.scale.params(data, type = "sd", max.cov = 0, scale = NULL)

Arguments

data

a matrix with data values.

type

type of statistic to use for scaling ('sd', 'iqr', 'range', or 'pareto')

max.cov

columns that have coefficient of variation (in percent) below or equal to 'max.cov' will not be scaled.

scale

vector with precomputed values for scaling.

Value

list with parameter values


mdatools documentation built on March 6, 2026, 5:08 p.m.