Last chance! 50% off unlimited learning
Sale ends in
x
is printed. This includes the AIC, BIC, and
log-likelihood at convergence, the fixed effects estimates and
respective standard errors, the standard deviations and correlations
for the random effects, the within-group correlation and variance
function parameters, if any are present, and the within-group standard
deviation.## S3 method for class 'summary.lme':
print(x, verbose, ...)
summary.lme
, lme
data(Orthodont)
fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
print(summary((fm1)))
Run the code above in your browser using DataLab