residuals.grid {rts2} | R 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 |
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.
[Package rts2 version 0.7.5 Index]