R/estfun.censReg.R

Defines functions estfun.censReg

estfun.censReg <- function( x, includeSigma = TRUE, ... ) {

   result <- NextMethod( estfun, x )

   if( !includeSigma ) {
      result <- result[ , colnames( result ) != "logSigma" ]
   }

   return( result )
}

Try the censReg package in your browser

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

censReg documentation built on May 7, 2024, 3 p.m.