View source: R/Utils.Estimates.R
| OLS | R Documentation |
Getting OLS estimates of betas, residuals, forecasted values and t-values.
OLS(y, x)
y |
A dependent variable. |
x |
Explanatory variables. |
A list of:
beta: estimates of coefficients,
resid: estimated residuals,
predict: forecasted values,
t.beta: t-statistics for beta.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.