residuals.CRTanalysis {CRTspat}R Documentation

Extract model residuals

Description

residuals.CRTanalysis method for extracting model residuals

Usage

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

Arguments

object

CRTanalysis object

...

other arguments

Value

the residuals from the statistical model run within the CRTanalysis function

Examples

{example <- readdata('exampleCRT.txt')
exampleGEE <- CRTanalysis(example, method = "GEE")
residuals <- residuals(exampleGEE)
}

[Package CRTspat version 1.2.0 Index]