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