lmekin.object {coxme} | R Documentation |
lmekin object
Description
This class of object is returned by the lmekin
function to
represent a fittd mixed effect linear model.
Objects of this class currently have methods for print
and
residuals
.
Value
A list with the folling components:
coefficients |
a list with components |
var |
the variance matrix of the fixed effects |
vcoef |
the parameters of the variance matrix of the random effects. |
residuals |
vector of residuals from the fit |
method |
either "ML" or "REML" |
loglik |
the log-likelihood for the fitted model |
sigma |
the estimated residual error |
n |
number of observations used |
call |
a copy of the call |
na.action |
this will be present if any observations were removed due to missing values |
Author(s)
Terry Therneau
See Also
[Package coxme version 2.2-20 Index]