residuals.CRTanalysis: Extract model residuals

View source: R/analyseCRT.R

residuals.CRTanalysisR 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)
}

CRTspat documentation built on April 13, 2025, 9:09 a.m.