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 Jan. 13, 2021, 7:49 p.m.