OLS {AllelicSeries} | R Documentation |
Fits the standard OLS model.
OLS(y, X)
y |
(n x 1) Numeric vector. |
X |
(n x p) Numeric matrix. |
List containing the following:
BetaRegression coefficient.
VOutcome variance.
SEStandard errors.
ZZ-scores.