Last chance! 50% off unlimited learning
Sale ends in
gls
function, inheriting from class
"gls"
and representing a generalized least squares fitted linear
model. Objects of this class have methods for the generic functions
anova
, coef
, fitted
, formula
,
getGroups
, getResponse
, intervals
, logLik
,
plot
, predict
, print
, residuals
,
summary
, and update
."gls"
object.apVar = FALSE
in the list
of control values used in the call to gls
, this
component is equal to NULL
.gls
call that
produced the object.N
- the number of observations in
the data and p
- the number of coefficients in the linear
model.glsStruct
,
representing a list of linear model components, such as
corStruct
and varFunc
objects."ML"
for maximum
likelihood, or "REML"
for restricted maximum likelihood.gls
, glsStruct