R/print.summary.mgee2.R

Defines functions print.summary.mgee2

Documented in print.summary.mgee2

##' @title print.summary.mgee2
##' @param x the summary results
##' @param ... Other parameters
##' @return a table of summary statistics 
##' @export

print.summary.mgee2 = function(x, ...){
  cat("Call:\n")
  print(x$call)
  cat("\n")
  
  cat('Summary table of the estimation\n')
  printCoefmat(x$TAB, digits=4)
}

Try the mgee2 package in your browser

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

mgee2 documentation built on April 4, 2025, 1:44 a.m.