projMat {infoDecompuTE}R Documentation

Construct a Projection Matrix

Description

Compute the projection matrix from a square matrix.

Usage

projMat(X)

Arguments

X

a square matrix.

Value

A square matrix.

Author(s)

Kevin Chang

Examples



m = matrix(1, nrow = 10, ncol = 3)
projMat(m) 



[Package infoDecompuTE version 0.6.2 Index]