fastolsCpp: Faster Least Squares Estimation

View source: R/RcppExports.R

fastolsCppR Documentation

Faster Least Squares Estimation

Description

Finds Least Squares solutions using C++.

Usage

fastolsCpp(X, y)

Arguments

X

Regressor matrix.

y

Dependent variable (a vector).

Value

The vector of parameter (beta) estimates.


penppml documentation built on Sept. 8, 2023, 5:58 p.m.