R/s3methods.R
sigma.fastlmm.Rd
Extract Residual Standard Deviation
# S3 method for class 'fastlmm' sigma(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) sigma(fit) #> [1] 2.262139