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 March 31, 2023, 9:10 p.m.