fastolsCpp {penppml} | R 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.
[Package penppml version 0.2.3 Index]