Learn R Programming

DESP (version 0.2-2)

DESP_OLS_B: Estimation of B by ordinary least squares

Description

This function estimates the coefficient matrix B column-by-column. Only nonzero coefficients are estimated, using the sparsity pattern provided by the squared partial correlations matrix.

Usage

DESP_OLS_B(X, SPC)

Arguments

X
The design matrix.
SPC
The squared partial correlations matrix.

Value

The coefficient matrix B.

See Also

DESP_SqPartCorr