R/labels.gam.R

Defines functions labels.Gam

Documented in labels.Gam

#' @method labels Gam
#' @export
#' @export labels.Gam
labels.Gam<-function(object,...){
      attr(object$terms, "term.labels")
    }

Try the gam package in your browser

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

gam documentation built on Sept. 13, 2024, 1:06 a.m.