Extracts fitted values from a model including random effects.
Usage
# S3 method for class 'galamm'
fitted(object, ...)
Arguments
- object
An object of class
galamm
returned fromgalamm
.- ...
Optional arguments passed on to other methods. Currently not used.
See also
Other details of model fit:
VarCorr()
,
coef.galamm()
,
confint.galamm()
,
deviance.galamm()
,
factor_loadings.galamm()
,
family.galamm()
,
fixef()
,
formula.galamm()
,
llikAIC()
,
logLik.galamm()
,
nobs.galamm()
,
predict.galamm()
,
print.VarCorr.galamm()
,
ranef.galamm()
,
residuals.galamm()
,
response()
,
sigma.galamm()
,
vcov.galamm()