R/print.summary.translogRayEst.R

print.summary.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 = "" )
   printCoefmat( x$coefTable )

   cat( "R-squared:", x$r2, "    Adjusted R-squared:", x$r2bar, "\n" )

   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.