residuals.CARBayesST: Extract the residuals from a model.

Description Usage Arguments Author(s)

View source: R/residuals.CARBayesST.R

Description

This function takes a CARBayesST object and returns a set of residuals. The allowable types of residual are "response" (raw), and "pearson" (the default). In each case the fitted values are based on posterior means.

Usage

1
2
    ## S3 method for class 'CARBayesST'
residuals(object, type, ...)

Arguments

object

A CARBayesST fitted model object.

type

A text string and one of c("response", "pearson"). If this argument is omitted the default is "pearson".

...

Ignored.

Author(s)

Duncan Lee


duncanplee/CARBayesST documentation built on May 29, 2021, 7:35 a.m.