residuals.kinetic: Residuals of a kinetic object.

View source: R/OOP.R

residuals.kineticR Documentation

Residuals of a kinetic object.

Description

Extracts model residuals from a kinetic object.

Usage

## S3 method for class 'kinetic'
residuals(object, ...)

Arguments

object

a kinetic class object.

...

extra arguments passed to residuals.merMod.

Details

Potential missfits are identified with the +/- 2*SD rule.

Value

a tibble with the actual and predicted values and the residuals.


PiotrTymoszuk/kinet documentation built on June 12, 2022, 7:29 p.m.