R/print.translogRayEst.R

print.translogRayEst <- function( x, ... ) {

   cat( "Estimated Translog ray function with ",
      length( x$yNames ), " dependent variables,\n",
      length( x$xNames ), " independent variables, and ",
      x$nObs, " observations.\n", sep = "" )
   print( coef( x ) )

   invisible( x )
}

Try the micEconDist package in your browser

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

micEconDist documentation built on May 2, 2019, 4:41 p.m.