R/nObs.R

Defines functions nobs.selection nObs.selection nobs.probit nObs.probit

Documented in nobs.probit nObs.probit nobs.selection nObs.selection

nObs.probit <- function(x, ...) {
   return( x$param$nObs )
}

nobs.probit <- function( object, ... ) {
   return( nObs.probit( object, ... ) )
}

nObs.selection <- function(x, ...) {
   return( x$param$nObs )
}

nobs.selection <- function( object, ... ) {
   return( nObs.selection( object, ... ) )
}

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.