View source: R/summary.gremlin.R
residuals.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.
grS <- gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11)
residuals(grS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.