residuals.selection: Residuals of Selection Models

Description Usage Arguments Details Value Author(s) See Also

View source: R/residuals.selection.R

Description

Calculate residuals of sample selection models

Usage

1
2
3
## S3 method for class 'selection'
residuals(object, part = "outcome",
   type = "deviance", ... )

Arguments

object

object of class selection.

part

character string indication which residuals to extract: "outcome" for the fitted values of the outcome equation(s) or "selection" for the fitted values of the selection equation.

type

the type of residuals (see section ‘Details’). The alternatives are: "deviance" (default), "pearson", and "response" (see residuals.probit).

...

further arguments passed to other methods (e.g. residuals.probit or residuals).

Details

The calculation of the fitted values that are used to calculate the residuals is described in the details section of the documentation of fitted.selection.

Argument type is only used for binary dependent variables, i.e. if argument part is equal "selection" or the dependent variable of the outcome model is binary. Hence, argument type is ignored if argument part is equal "outcome" and the dependent variable of the outcome model is numeric.

Value

A numeric vector of the residuals.

Author(s)

Arne Henningsen

See Also

residuals, selection, fitted.selection, residuals.probit, and selection-methods.


sampleSelection documentation built on Dec. 15, 2020, 3:01 a.m.