glsStruct Generalized Least Squares Structure
 Description
A generalized least squares structure is a list of model components representing different sets of parameters in the linear model. A glsStruct may contain corStruct and varFunc objects. NULL arguments are not included in the glsStruct list. 
Usage
glsStruct(corStruct, varStruct)
Arguments
| corStruct | an optional  | 
| varStruct | an optional  | 
Value
a list of model variance-covariance components determining the parameters to be estimated for the associated linear model.
Author(s)
José Pinheiro and Douglas Bates [email protected]
See Also
corClasses, gls, residuals.glsStruct, varFunc 
Examples
gls1 <- glsStruct(corAR1(), varPower())
    Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.