View source: R/residuals.heckmanGE.R
residuals.heckmanGE | R Documentation |
Extracts residuals from a fitted heckmanGE
model for a specified model component.
## S3 method for class 'heckmanGE'
residuals(object, part = c("selection", "outcome"), ...)
object |
An object of class |
part |
A character vector specifying which model component's residuals to return: either 'selection' or 'outcome'. Defaults to 'outcome'. |
... |
Additional arguments passed to or from other methods. These are not used in this method but must be included to match the generic method signature. |
A vector of residuals extracted from the specified part of the heckmanGE
model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.