residuals.CRTanalysis | 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.