residuals.grid: Residuals method for a 'grid' object

View source: R/print_mcmlrts.R

residuals.gridR Documentation

Residuals method for a grid object

Description

Conditional raw or standardised residuals are returned for a stored rtsFit objects. If no prior model fit is stored, then an error is returned.

Usage

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

Arguments

object

A grid object.

type

Either "standardized" or "raw"

...

Further arguments passed from other methods

Value

A matrix with number of columns corresponding to the number of MCMC samples.


rts2 documentation built on April 3, 2025, 7:39 p.m.