lme
function, inheriting from class
lme
and representing a fitted linear mixed-effects
model. Objects of this class have methods for the generic functions
anova
, coef
, fitted
, fixed.effects
,
formula
, getGroups
, getResponse
,
intervals
, logLik
, pairs
, plot
,
predict
, print
, random.effects
, residuals
,
sigma
, summary
, update
, and vcov
.lme
object.
apVar = FALSE
in the
control values used in the call to lme
, this component is
NULL
.lme
call that
produced the object.fixed
and
random
, where the first is a vector containing the estimated
fixed effects and the second is a list of matrices with the estimated
random effects for each level of grouping. For each matrix in the
random
list, the columns refer to the random effects and the
rows to the groups.N
- the number of observations in
the data, Q
- the number of grouping levels, qvec
-
the number of random effects at each level from innermost to
outermost (last two values are equal to zero and correspond to the
fixed effects and the response), ngrps
- the number of groups
at each level from innermost to outermost (last two values are one
and correspond to the fixed effects and the response), and
ncol
- the number of columns in the model matrix for each
level of grouping from innermost to outermost (last two values are
equal to the number of fixed effects and one).X
and terms
specifying the denominator degrees of freedom for, respectively,
t-tests for the individual fixed effects and F-tests for the
fixed-effects terms in the models."ML"
for maximum
likelihood, or "REML"
for restricted maximum likelihood.lmeStruct
,
representing a list of mixed-effects model components, such
as reStruct
, corStruct
, and varFunc
objects.lme
, lmeStruct