Learn R Programming

midasml (version 0.0.6)

fastols: Computes fast OLS solution

Description

Computes fast OLS solution

Usage

fastols(Y, X, intercept)

Arguments

Y

(vec) vector of response.

X

(mat) matrix of covariates.

intercept

(double) 1 - includes intercept, else not.