Information summarizing the fitted linear model represented by
x
is printed. This includes the AIC, BIC, and
log-likelihood at convergence, the coefficient estimates and
their respective standard errors, correlation and variance
function parameters, if any are present, and the residual standard
error.
USAGE:
print(x, verbose, ...)
REQUIRED ARGUMENTS:
x
an object inheriting from class
summary.gls,
representing a summarized
gls object.
OPTIONAL ARGUMENTS:
verbose
an optional logical value used to control the amount of
printed output. Defaults to
FALSE.
...
optional arguments passed to
print.default; see
the documentation on that method function.