residuals.gremlin {gremlin} | R Documentation |
class
‘gremlin’Residuals of class
‘gremlin’.
## S3 method for class 'gremlin' residuals(object, type = "response", scaled = FALSE, ...)
object |
An object of |
type |
The type of residuals which should be returned. Only implement “response” currently. Can be abbreviated. |
scaled |
Logical value indicating whether to scale residuals by the residual standard deviation. |
... |
Additional arguments. |
A numeric
vector of residuals.
mod11 <- gremlinR(WWG11 ~ sex - 1, random = ~ calf, data = Mrode11, Gstart = matrix(0.1), Rstart = matrix(0.4), maxit = 50, v = 2, algit = "EM") residuals(mod11)