R/print.bgeva.r

print.bgeva <- function(x,...){

  cat("\nFamily: BGEVA \nEquation: ")
  print(x$gam.fit$formula)

  cat("\n")

  cat("n = ",x$n,"  tau = ",format(x$tau, digits=3),"  total edf = ",format(x$t.edf, digits=3),"\n\n")

invisible(x)

}

Try the bgeva package in your browser

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

bgeva documentation built on May 1, 2019, 7:23 p.m.