View source: R/gratia_appraise.R
| appraise.galamm | R Documentation |
This function uses gratia::appraise to make model diagnostic plots.
See gratia::appraise() for details. When model is not of class
galamm, it is forwarded to gratia::appraise().
## S3 method for class 'galamm'
appraise(model, ...)
model |
An object of class |
... |
Other arguments passed on to |
A ggplot object.
Other details of model fit:
VarCorr(),
coef.galamm(),
confint.galamm(),
derivatives.galamm(),
deviance.galamm(),
factor_loadings.galamm(),
family.galamm(),
fitted.galamm(),
fixef(),
formula.galamm(),
llikAIC(),
logLik.galamm(),
model.frame.galamm(),
nobs.galamm(),
predict.galamm(),
print.VarCorr.galamm(),
ranef.galamm(),
residuals.galamm(),
response(),
sigma.galamm(),
vcov.galamm()
dat <- subset(cognition, domain == 1 & item == "11")
dat$y <- dat$y[, 1]
mod <- galamm(y ~ s(x) + (1 | id), data = dat)
appraise(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.