residuals.gremlin: Residuals of 'class' 'gremlin'

Description Usage Arguments Value Author(s) Examples

View source: R/summary.gremlin.R

Description

Residuals of class ‘gremlin’.

Usage

1
2
## S3 method for class 'gremlin'
residuals(object, type = "response", scaled = FALSE, ...)

Arguments

object

An object of class ‘gremlin’.

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.

Value

A numeric vector of residuals.

Author(s)

matthewwolak@gmail.com

Examples

1
2
grS <- gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11)
residuals(grS)

matthewwolak/gremlin documentation built on Feb. 1, 2022, 7:55 a.m.