prep.center.params: Precomputes parameters for centering

View source: R/prep.R

prep.center.paramsR Documentation

Precomputes parameters for centering

Description

Precomputes parameters for centering

Usage

prep.center.params(data, type = "mean", center = NULL)

Arguments

data

a matrix with data values.

type

type of statistic to use for centering ('mean', or 'median').

center

vector with precomputed values for centering.

Value

list with parameter values


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