R/s3methods.R
deviance.fastlmm.Rd
Model Deviance
# S3 method for class 'fastlmm' deviance(object, ...)
fitted model of class fastlmm
fastlmm
other args, not used
library(MASS) # GLMM via PQL fit <- fastglmm(y ~ trt + I(week > 2) + (1 | ID), family = binomial(), data = bacteria) deviance(fit) #> [1] 1101.846