R/print.gamex.R

#' @method print Gamex
#' @export
#' @export print.Gamex
"print.Gamex" <-
  function(x,...)
  {
    print(x$coefficients)
    invisible()
  }

Try the gam package in your browser

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

gam documentation built on March 31, 2023, 9:10 p.m.