orthnormal: Gram-Schmidt orthonormalization

Description Usage Arguments Details Value Examples

View source: R/sSDR.R

Description

Gram-Schmidt orthonormalization

Usage

1

Arguments

X

a n x p matrix of n observations and p predictors.

Details

This function orthonormalizes any n x p matrix.

Value

A n x p matrix of n observations and p predictors.

Examples

1
2
data <- gen.data(n=100)
x.orth <- orthnormal(data$X)

sSDR documentation built on May 1, 2019, 8:23 p.m.

Related to orthnormal in sSDR...