| print.summary.gls {nlme} | R Documentation |
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.
print(x, verbose, digits, ...)
Jose Pinheiro and Douglas Bates
data(Ovary)
fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,
correlation = corAR1(form = ~ 1 | Mare))
print(summary(fm1))