residuals.CRTanalysis {CRTspat} | R Documentation |
residuals.CRTanalysis
method for extracting model residuals
## S3 method for class 'CRTanalysis'
residuals(object, ...)
object |
CRTanalysis object |
... |
other arguments |
the residuals from the statistical model run within the CRTanalysis
function
{example <- readdata('exampleCRT.txt')
exampleGEE <- CRTanalysis(example, method = "GEE")
residuals <- residuals(exampleGEE)
}