Arguments
object
a fitted model object inheriting from class gls
,
representing a generalized least squares fit.
...
other optional fitted model objects inheriting from
classes gls
, gnls
, lm
, lme
,
lmList
, nlme
, nlsList
, or nls
.
test
an optional logical value controlling whether likelihood
ratio tests should be used to compare the fitted models represented
by object
and the objects in ...
. Defaults to
TRUE
.
type
an optional character string specifying the type of sum of
squares to be used in F-tests for the terms in the model. If
"sequential"
, the sequential sum of squares obtained by
including the terms in the order they appear in the mode
adjustSigma
an optional logical value. If TRUE
and the
estimation method used to obtain object
was maximum
likelihood, the residual standard error is multiplied by
$\sqrt{n_{obs}/(n_{obs} - n_{par})}$,
converting it to a REML-lik
Terms
an optional integer or character vector specifying which
terms in the model should be jointly tested to be zero using a Wald
F-test. If given as a character vector, its elements must correspond
to term names; else, if given as an integer vector,
L
an optional numeric vector or array specifying linear
combinations of the coefficients in the model that should be tested
to be zero. If given as an array, its rows define the linear
combinations to be tested. If names are assigned to the vector
verbose
an optional logical value. If TRUE
, the calling
sequences for each fitted model object are printed with the rest of
the output, being omitted if verbose = FALSE
. Defaults to
FALSE
.