Est_RestOLS: Estimate a restricted OLS model

View source: R/VAR.R

Est_RestOLSR Documentation

Estimate a restricted OLS model

Description

Estimate a restricted OLS model

Usage

Est_RestOLS(LHS, RHS, Rmat)

Arguments

LHS

left hand side variables (M x T).

RHS

right hand side variables (should include the intercept, if desired) (N x T).

Rmat

matrix of constraints (M x N). Entries containing NAs are treated as free parameters.

Value

matrix of coefficient (M x N)


MultiATSM documentation built on Nov. 5, 2025, 7:01 p.m.