View source: R/Utils.Estimates.R
| GLS | R Documentation | 
Getting GLS estimates of betas, residuals, forecasted values and t-values.
GLS(y, z, c)
y | 
 A dependent variable.  | 
c | 
 A coefficient for   | 
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.