R/print.eiReg.R

Defines functions print.eiReg

print.eiReg <- function(x, digits = max(2, getOption("digits") - 4), ...) { 
  cat("\nCall: ", deparse(x$call), "\n\n")
  cat("Estimated internal cells:\n")
  print.default(format(x$coef, digits = digits), 
                print.gap = 2, quote = FALSE, ...)
}

Try the eiPack package in your browser

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

eiPack documentation built on March 7, 2023, 7:04 p.m.