# S3 method for class 'fastlmm'rstudent(model, ...)
Arguments
model
fitted model of class fastlmm
...
other args, not used
Examples
library(MASS)# GLMM via PQLfit<-fastglmm(y~trt+I(week>2)+(1|ID), family =binomial(), data =bacteria)rstudent(fit)[1:3]#> [1] 0.08303838 0.08303838 0.18942957