R/s3methods.R
plot.fastlmm.Rd
Diagnostic plots for fastlmm Fits
fastlmm
# S3 method for class 'fastlmm' plot(x, form = resid(x, type = "pearson") ~ fitted(x), ...)
fitted model of class fastlmm
formula to plot
other args, not used
library(MASS) # GLMM via PQL fit <- fastglmm(y ~ trt + I(week > 2) + (1 | ID), family = binomial(), data = bacteria) plot(fit)