R/anova.gamlist.R

#' @method anova Gamlist
#' @export
#' @export anova.Gamlist
"anova.Gamlist" <-
function(object, ..., test = c("none", "Chisq", "F", "Cp")){
  test=match.arg(test)
  class(object)="glmlist"
  anova(object, test = test)
}

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.