R/tobitType.R

Defines functions tobitType.selection tobitType

### Type of the corresponding tobit model.
### It should be done by classes instead..

tobitType <- function( x, ... ) {
    UseMethod("tobitType")
}

tobitType.selection <- function( x, ... ) {
   x$tobitType
}

Try the sampleSelection package in your browser

Any scripts or data that you put into this service are public.

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