resid.symcoca | R Documentation |
Extracts the residuals of the fitted model of a symmetric CoCA to the response and the predictor.
## S3 method for class 'symcoca'
resid(object, ...)
object |
an object of class |
... |
arguments to be passed to other methods. |
A list containing the residuals for the response and the predictor with the following components:
Y |
residuals of the fit to the repsonse. |
X |
residuals of the fit to the predictor. |
Gavin L. Simpson
symcoca
data(bryophyte)
data(vascular)
bryo.sym <- coca(bryophyte ~ ., data = vascular, method = "symmetric")
eps <- resid(bryo.sym)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.