norm: Matrix norm.

View source: R/ffmanova_div.R

normR Documentation

Matrix norm.

Description

norm(X) returns the largest singular value of X; it is equivalent to svd(X, nu = 0, nv = 0)$d[1].

Usage

norm(X)

Arguments

X

a numeric matrix.

Value

The largest singular value of X.

Author(s)

Øyvind Langsrud and Bjørn-Helge Mevik

See Also

svd


ffmanova documentation built on Oct. 18, 2023, 5:08 p.m.

Related to norm in ffmanova...