R/print.summary.translogEst.R

Defines functions print.summary.translogEst

Documented in print.summary.translogEst

print.summary.translogEst <- function( x, ... ) {

   cat( "Estimated Translog function with", x$nObs, "observations.\n" )
   printCoefmat( x$coefTable )

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

   invisible( x )
}

Try the micEcon package in your browser

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

micEcon documentation built on Jan. 7, 2021, 3:01 p.m.