mahalanobis_scale {nclSLR}R Documentation

Perform Mahalanobis transformation.

Description

This function performs the Mahalanobis transformation on a data matrix.

Usage

mahalanobis_scale(X)

Arguments

X

A data matrix.

Value

The transformed data matrix.

Examples

data(heptathlon)
mahalanobis_scale(heptathlon)


[Package nclSLR version 0.1.0 Index]