Est_RestOLS: Estimate a restricted OLS model
Description
Estimate a restricted OLS model
Usage
Est_RestOLS(LHS, RHS, Bmat)
Value
matrix of coefficient (M x N)
Arguments
- LHS
left hand side variables (M x T).
- RHS
right hand side variables (should include the intercept, if desired) (N x T).
- Bmat
matrix of constraints (M x N). Entries containing NAs are treated as free parameters.