R/print.toureg.R

print.toureg <- function(x, ...)
{
  cat("Call:\n")
  print(x$call)
  cat("\n Coefficients:\n")
  print(x$coefficients)
  cat("\n delta:", x$delta, "\n")
}

Try the touchard package in your browser

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

touchard documentation built on May 31, 2019, 5:04 p.m.