R/tobitType.R

Defines functions tobitType tobitType.selection

### 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 sampleSelection2 package in your browser

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

sampleSelection2 documentation built on May 2, 2019, 6:08 p.m.