normaliz: normalize and send back a matrix normalized by column (i.e.,...

View source: R/PLS_jack_svds_HA.R

normalizR Documentation

normalize and send back a matrix normalized by column (i.e., each column vector has a norm of 1).

Description

normaliz: normalizes and send back a matrix normalized by column (i.e., each column vector has a norm of 1). normaliz is used by PLSR_SVD.

Usage

normaliz(F)

Arguments

F

a matrix

Value

the column normalized version of F

Author(s)

Hervé Abdi, Lei Xuan

Examples

## Not run: 
X <-  matrix(c(4,2,8,7), nrow = 2)
Z <- normaliz(X)

## End(Not run)

HerveAbdi/data4PCCAR documentation built on July 20, 2024, 7:52 a.m.