projection: Compute the projection matrix onto a given set of variables

Description Usage Arguments Value Author(s)

View source: R/package.R

Description

The function computes the projection matrix onto a set of columns of a given matrix.

Usage

1
projection(X, active = NULL)

Arguments

X

a matrix containing the columns onto which the projection matrix is computed.

active

an index set of the columns of X.

Value

Returns the projection matrix onto the columns of "X" whose indices are included in "active". When active==NULL, a null matrix is returned.

Author(s)

Haeran Cho


tilting documentation built on May 2, 2019, 8:53 a.m.