FitOLS {RNOmni} | R Documentation |
Fits the standard OLS model.
FitOLS(y, X)
y |
Nx1 Numeric vector. |
X |
NxP Numeric matrix. |
List containing the following:
Beta |
Regression coefficient. |
V |
Outcome variance. |
Ibb |
Information matrix for beta. |
Resid |
Outcome residuals. |