R/print.regSGB.R

Defines functions print.regSGB

Documented in print.regSGB

print.regSGB <-
function(x, ...)
{
  cat("Call:\n")
  print(x$call)
  cat("\nParameters:\n")
  print(x$par)
}

Try the SGB package in your browser

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

SGB documentation built on March 26, 2020, 8:02 p.m.