Learn R Programming

infoDecompuTE (version 0.6.2)

projMat: 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.

Examples

Run this code
# NOT RUN {

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


# }

Run the code above in your browser using DataLab