View source: R/print_mcmlrts.R
residuals.rtsFit | R Documentation |
rtsFit
objectConditional raw or standardised residuals for rstFit
objects. The residuals are limited to conditional raw or standardised
residuals currently to avoid copying the often large amount of model data stored in the associated grid object.
## S3 method for class 'rtsFit'
residuals(object, type, ...)
object |
A |
type |
Either "standardized" or "raw" |
... |
Further arguments passed from other methods |
A matrix with number of columns corresponding to the number of MCMC samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.