R/formula.censReg.R

Defines functions formula.censReg

formula.censReg <- function( x, ... ) {

   result <- formula( terms( x ) )

   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 April 26, 2024, 3 a.m.