R/print.summary.aidsEst.R

Defines functions print.summary.aidsEst

Documented in print.summary.aidsEst

print.summary.aidsEst <- function( x, ... ) {
   cat( "\nDemand analysis with the Almost Ideal " )
   cat( "Demand System (AIDS)\n" )
   cat( "Estimation Method: " )
   cat( .aidsEstMethod( x$method, x$priceIndex ) )
   cat( "Estimated Coefficients:\n" )
   printCoefmat( x$coef$stat )

   cat( "R-squared Values of expenditure shares:\n" )
   print( x$r2 )

   cat( "R-squared Values of quantities:\n" )
   print( x$r2q )

   invisible( x )
}

Try the micEconAids package in your browser

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

micEconAids documentation built on May 20, 2022, 5:05 p.m.