Learn R Programming

infoDecompuTE (version 0.5.1)

projMat: Projection Matrix

Description

Compute the projection matrix.

Usage

projMat(X)

Arguments

X
a matrix.

Value

This function returns a square matrix.

Examples

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

Run the code above in your browser using DataLab