powered by
class
Residuals of class ‘gremlin’.
# S3 method for gremlin residuals(object, type = "response", scaled = FALSE, ...)
An object of class ‘gremlin’.
The type of residuals which should be returned. Only implement “response” currently. Can be abbreviated.
Logical value indicating whether to scale residuals by the residual standard deviation.
Additional arguments.
A numeric vector of residuals.
numeric
# NOT RUN { grS <- gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11) residuals(grS) # }
Run the code above in your browser using DataLab