R/gamlist.R

#' @export
"Gamlist" <-
function(...)
{
	gl <- list(...)
	oldClass(gl) <- c("Gamlist", "glmlist")
	gl
}

Try the gam package in your browser

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

gam documentation built on Aug. 22, 2025, 9:11 a.m.